You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16-2Lines changed: 16 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,9 +60,23 @@ You can also train an agent in the Godot editor, without the need to export the
60
60
2. Open the engine and import the JumperHard example in `examples/godot_rl_JumperHard`
61
61
3. Start in editor training with: `python examples/stable_baselines3_example.py`
62
62
63
-
### Creating a custom environment
63
+
### Tutorials
64
64
65
-
There is a dedicated tutorial on creating custom environments [here](docs/CUSTOM_ENV.md). We recommend following this tutorial before trying to create your own environment.
65
+
[Custom env tutorial](docs/CUSTOM_ENV.md)
66
+
67
+
Dedicated tutorial on creating custom environments. We recommend following this tutorial before trying to create your own environment.
Video and textual tutorial on how to create an environment using new sensors (position and reward sensor). Recommended to take the above tutorial first, but you can start with this one too.
72
+
73
+
[Cross the road tutorial](https://github.com/edbeeching/godot_rl_agents_examples/blob/main/examples/CrossTheRoad/Tutorial/tutorial.md)
74
+
75
+
Tutorial on how to make a cross the road mini-game.
0 commit comments