Installation

1. Install protobuf into your OS following Protocol Buffers repository if you do not have one.

  1. Create and activate a virtual environment (recomended).

  2. Install Python package with the following command from your terminal:

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

godot_gym_api install_addon <YOUR_PATH>/apple_seeker/godot
  1. Enable the Reinforcement Learning and Godobuf plugins in Godot through Project/Project Settings/Plugins tab.