rlworkgroup / garage

A toolkit for reproducible reinforcement learning research.
MIT License
1.86k stars 309 forks source link

Check If max_episode_length is None is NPO #2193

Open ManavR123 opened 3 years ago

ManavR123 commented 3 years ago

Address #2190

I simply add a check in NPO init to see if max_episode_length is None and if it is, I raise a ValueError.

Discussed with @ryanjulian