From c5443cfadec1fbc9194e43c2f4f71d9b176b27d6 Mon Sep 17 00:00:00 2001 From: Yann Bouteiller Date: Wed, 11 Jan 2023 16:06:35 -0500 Subject: [PATCH] Readme --- readme/tuto_library.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme/tuto_library.md b/readme/tuto_library.md index fa7837b..36714eb 100644 --- a/readme/tuto_library.md +++ b/readme/tuto_library.md @@ -13,7 +13,7 @@ The full script of the tutorial is available [here](https://github.com/trackmani **Note: some modules can be implemented independently. -If you are here because you wish to implement your own training algorithm in TrackMania, all you need to do is implement a [TrainingAgent](#training-agent) and adapt the default `Trainer` [here](https://github.com/trackmania-rl/tmrl/blob/master/tmrl/__main__.py).** +If you are here because you wish to implement your own training algorithm in TrackMania, you should read the [competition tutorial](https://github.com/trackmania-rl/tmrl/blob/master/tmrl/tuto/competition/custom_actor_module.py) instead.** ## Installation: