https://github.com/openai/baselines
Revision 97e039127f068a1475988d4921169d002cca4156 authored by pzhokhov on 27 November 2018, 01:56:41 UTC, committed by GitHub on 27 November 2018, 01:56:41 UTC
* joshim5 changes (width and height to WarpFrame wrapper)

* match network output with action distribution via a linear layer only if necessary (#167)

* support color vs. grayscale option in WarpFrame wrapper (#166)

* support color vs. grayscale option in WarpFrame wrapper

* Support color in other wrappers

* Updated per Peters suggestions

* fixing test failures

* ppo2 with microbatches (#168)

* pass microbatch_size to the model during construction

* microbatch fixes and test (#169)

* microbatch fixes and test

* tiny cleanup

* added assertions to the test

* vpg-related fix

* Peterz joshim5 subclass ppo2 model (#170)

* microbatch fixes and test

* tiny cleanup

* added assertions to the test

* vpg-related fix

* subclassing the model to make microbatched version of model WIP

* made microbatched model a subclass of ppo2 Model

* flake8 complaint

* mpi-less ppo2 (resolving merge conflict)

* flake8 and mpi4py imports in ppo2/model.py

* more un-mpying

* merge master

* updates to the benchmark viewer code + autopep8 (#184)

* viz docs and syntactic sugar wip

* update viewer yaml to use persistent volume claims

* move plot_util to baselines.common, update links

* use 1Tb hard drive for results viewer

* small updates to benchmark vizualizer code

* autopep8

* autopep8

* any folder can be a benchmark

* massage games image a little bit

* fixed --preload option in app.py

* remove preload from run_viewer.sh

* remove pdb breakpoints

* update bench-viewer.yaml

* fixed bug (#185)

* fixed bug 

it's wrong to do the else statement, because no other nodes would start.

* changed the fix slightly
1 parent 25ecb64
History
Tip revision: 97e039127f068a1475988d4921169d002cca4156 authored by pzhokhov on 27 November 2018, 01:56:41 UTC
Fix ppo2 with MPI bug, other minor fixes (#735)
Tip revision: 97e0391
File Mode Size
baselines
data
docs
.benchmark_pattern -rw-r--r-- 1 byte
.gitignore -rw-r--r-- 283 bytes
.travis.yml -rw-r--r-- 239 bytes
Dockerfile -rw-r--r-- 459 bytes
LICENSE -rw-r--r-- 1.1 KB
README.md -rw-r--r-- 7.4 KB
benchmarks_atari10M.htm -rw-r--r-- 425.1 KB
benchmarks_mujoco1M.htm -rw-r--r-- 153.0 KB
setup.cfg -rw-r--r-- 133 bytes
setup.py -rw-r--r-- 1.6 KB

README.md

back to top