trackmania-rl / tmrl

Reinforcement Learning for real-time applications - host of the TrackMania Roborace League
https://pypi.org/project/tmrl
MIT License
501 stars 68 forks source link

Custom Game #41

Closed VictorXLR closed 1 year ago

VictorXLR commented 1 year ago

Hi Yann,

I really like your library, I have been trying to port it to play a much quicker game, currently OLDTV https://store.steampowered.com/app/643270/OLDTV/ and I would like your feedback on how to setup the reward function and action_states.

I looked at the guide you provided for inputs and reward function but i am unable to apply it for something like OLDTV. I am very new to this field so any advice would be appreciated

the code i have been following is mainly this: https://github.com/trackmania-rl/tmrl/blob/master/tmrl/custom/custom_gym_interfaces.py

thank you

Victor