hubbs5 / or-gym

Environments for OR and RL Research
MIT License
373 stars 93 forks source link

tune_rl.py breaks for different algorithms #3

Closed hubbs5 closed 4 years ago

hubbs5 commented 4 years ago

The default config settings were written for PPO, then A3C. Some of the defaults don't extrapolate to DDPG, DQN, etc. so this causes runs to crash if gridsearch and other values are not manually changed. Add function that checks the default dictionary and whatever values are passed first to ensure they align with acceptable values.