Denys88 / rl_games

RL implementations
MIT License
863 stars 146 forks source link

Increased time resolution for more precision performance tracking. #295

Closed ViktorM closed 3 months ago

ViktorM commented 3 months ago

In some cases with very fast simulators zero division happens when using time.time() for performance tracking. Switched to using time.perf_counter()

Updated README with a new recommended pytorch version info.