Godot Poker Machine Learning
- Make sure you have Python 3 installed
- Open terminal and navigate to
Godot-Poker-Machine-Learning/Python-ML/
- Run the following commands:
> python -m venv rl
> rl\Scripts\activate
> pip3 install godot_rl
- This branch is required for the training/usage of our AI model
- Go to this branch (discrete_actions_experimental) of the godot_rl_agents repository, download and extract the ZIP
- Copy the
godot_rl
folder into your venvrl\Lib\site-packages
, replacing the currentgodot_rl
package
- Open terminal and navigate to
Godot-Poker-Machine-Learning/Python-ML/
- Run the following commands:
> rl\Scripts\activate
> python "stable_baselines3_example.py"
- Wait for terminal prompt to press PLAY in the Godot editor
- Run the project in Godot