Skip to content

Commit

Permalink
Update TRAINING_MULTIPLE_POLICIES.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan-267 authored Apr 1, 2024
1 parent 3e080b2 commit 8a6a8d8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/TRAINING_MULTIPLE_POLICIES.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ For each AIController, you can set a different policy name in Godot. Policies wi

Screenshot from [MultiAgent Simple env](https://github.com/edbeeching/godot_rl_agents_examples/tree/main/examples/MultiAgentSimple).

> [!IMPORTANT]
> All agents that have the same policy name must have the same observation and action space.
## Training:
After installing the prerequisites and adjusting the config, you can start training by using `python rllib_example.py` in your conda env/venv (if you are in the same folder).
Rllib will print out useful info in the console, such as the command to start `Tensorboard` to see the training logs for the session.
Expand Down

0 comments on commit 8a6a8d8

Please sign in to comment.