You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Remove GAIL results
* Begin GAIL cleanup
* Fixes for GAIL + add tests
* Fix GAIL saving/loading
* Add notes
* Bug fixes + update changelog for GAIL
* Remove unused file
* Fix A2C with continuous actions
+ update logging
* Fix ACKTR runner
* Fixed behavior cloning + add test
* Add pretrain method
* Update coverage rc
* Rename dataset file
* Refactor expert dataset generation
* Clean up code for codacy
* Remove unused import
* Fix close method for DummyVecEnv
* Add support for pretraining with discrete actions
* Style fix
* Kill env processes to avoid memory error during tests
* Call close instead of killing processes
* Start rewriting expert dataset
In order to support image dataset
* Style fixes
* Add image dataset recorder
* Add documentation for pretraing + GAIL
* Remove pretrain with image buggy test for now
* Fix forkserver hanging when using atari env
* Reduce number of cpu for atari envs
* Change default start method (test CI)
* Test sequential mode
* Add sequential processing param
* Switch back to fork start method + add warning
* Add discrete actions support for GAIL + fix deprecations
* Update documentation
* Clean up + format code
* Replace num_iters by n_epochs + update doc
* Do not display NaN reward when not using Monitor (for SAC)
* Document Gumbel-max trick
* Simplify dataloader
* Expert model can be a callable
Why does the
SubprocVecEnv
class and the correspondingworker
wrapper function not support calling therender
method of an environment?The text was updated successfully, but these errors were encountered: