ShangtongZhang / DeepRL

Modularized Implementation of Deep RL Algorithms in PyTorch
MIT License
3.21k stars 684 forks source link

config parameters #107

Open JordanAsh opened 3 years ago

JordanAsh commented 3 years ago

I can figure out from context what many of the config flags do, but is there a writeup somewhere that spells out each of their functions? 'max_steps' doesn't seem to be doing what I expected, for example.

Thanks for sharing this repo!