Installation

1. Install protobuf into your OS following Protocol Buffers repository.

  1. To install Python package, run the following command from your terminal:

pip3 install git+https://github.com/ChernyakKonstantin/godot_gym_api.git#subdirectory=python
  1. To install Godot addons to your project, run the following command from your terminal:

godot_gym_api install_addon <PATH_TO_YOUR_GODOT_PROJECT/addons>

Then, enable the Reinforcement Learning and Godobuf plugins in Godot through Project/Project Settings/Plugins tab.