Skip to content

Commit

Permalink
Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
yannbouteiller committed Jan 11, 2023
1 parent b2ef3f9 commit c5443cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme/tuto_library.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit c5443cf

Please sign in to comment.