Installation
1. Install protobuf
into your OS following
Protocol Buffers repository if you do not have one.
Create and activate a virtual environment (recomended).
Install Python package with the following command from your terminal:
pip3 install git+https://github.com/ChernyakKonstantin/godot_gym_api.git#subdirectory=python
Install Godot addons to your project with the following command from your terminal:
godot_gym_api install_addon <YOUR_PATH>/apple_seeker/godot
Enable the
Reinforcement Learning
andGodobuf
plugins in Godot throughProject/Project Settings/Plugins
tab.