Skip to content

Implementation of Custom Algorithms #99

Answered by yannbouteiller
sonotokay asked this question in Q&A
Discussion options

You must be logged in to vote

Hi!

There are a bunch of tutorials out there, if you just want to implement your own training algorithm but still use the readily implemented tmrl gym environment for TrackMania, I recommend looking into the competition tutorial script (it is a working bugged script in which the comments explain how to customize the TrackMania pipeline using the tmrl API).

Note: it requires a good mastery of deep RL. If you have never Implemented deep RL algorithms before, I would start with simple tutorials about how to implement, e.g., Q-learning in the "frozen lake" environment, DQN in Atari, or REINFORCE/DDPG/SAC/PPO in the classic MuJoCo continuous control tasks.

About the replays, there is an option…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by sonotokay
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants