forked from openai/baselines
-
Notifications
You must be signed in to change notification settings - Fork 724
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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 * Release 2.5.0 + New Maintainer
- Loading branch information
Showing
5 changed files
with
15 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters