IntelLabs / coach

Reinforcement Learning Coach by Intel AI Lab enables easy experimentation with state of the art Reinforcement Learning algorithms
https://intellabs.github.io/coach/
Apache License 2.0
2.33k stars 461 forks source link

Removing assertion from BatchRL GraphManager #417

Closed gal-leibovich closed 4 years ago

gal-leibovich commented 4 years ago

Removing this assertion as it unjustifiably fails when using the agent for plain inference (where there's no dataset to train from, and also no environment to train against).