Skip to content

Commit 469be05

Browse files
authored
Merge pull request #226 from edbeeching/Ivan-267-patch-1
Adds tutorials to README.md
2 parents cc1f2d1 + 679717d commit 469be05

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

README.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,23 @@ You can also train an agent in the Godot editor, without the need to export the
6060
2. Open the engine and import the JumperHard example in `examples/godot_rl_JumperHard`
6161
3. Start in editor training with: `python examples/stable_baselines3_example.py`
6262

63-
### Creating a custom environment
63+
### Tutorials
6464

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.
68+
69+
[Simple env tutorial](https://github.com/Ivan-267/GDRLSimpleEnvTutorial)
70+
71+
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.
76+
77+
[Imitation learning tutorial](https://huggingface.co/learn/deep-rl-course/unitbonus5/introduction)
78+
79+
Teaches how to use imitation learning with GDRL.
6680

6781
If you face any issues getting started, please reach out on our [Discord](https://discord.gg/HMMD2J8SxY) or raise a GitHub issue.
6882

0 commit comments

Comments
 (0)