Enhancements
- Fix TypeError in pad_sequence for torch>=1.9.0 (#163)
- Make
Monitor
optional (#167) - Fix for issue (#174, thanks @jfrancis71!)
- Fixed save/load problem on dqn.py (#184, thanks @jmribeiro!)
Bug fixes
- [BUGFIX] use functools.partial instead of lambda (#157, thanks @zhouzypaul!)
Documentation
- Fixes a minor typo (#161, thanks @prabhatnagarajan!)
Testing