GitXplorerGitXplorer
c

baselines

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
4a8219c73282f459c75b7b2a5284b7215fa336e5

Don't log to tmp - use breakout

ccrizCraig committed 7 years ago
Unverified
4aafcfdf5785d61f6c313da7e4649e4a7690cd1b

mistake importance scaling (MIS)

ccrizCraig committed 7 years ago
Unverified
8173235a0a6b55f3682e049eddb957d7c5871029

set rank to zero

ccrizCraig committed 7 years ago
Unverified
b05be68c55d416f7aa71f745aaf3c2999d83b83c

add missing files, fix Issue #209

jjoschu committed 7 years ago
Unverified
2dd7d307d7d163a02b37c87c62b7949af02d99ad

Add ACER, PPO2, and results_plotter.py

jjoschu committed 7 years ago
Unverified
6a3cbb4bc57633b2e0d6aa1cb9556c2b4a0b6989

switch append mode to write mode

jjoschu committed 7 years ago

README

The README file for this repository.

Baselines

OpenAI Baselines is a set of high-quality implementations of reinforcement learning algorithms.

These algorithms will make it easier for the research community to replicate, refine, and identify new ideas, and will create good baselines to build research on top of. Our DQN implementation and its variants are roughly on par with the scores in published papers. We expect they will be used as a base around which new ideas can be added, and as a tool for comparing a new approach against existing ones.

You can install it by typing:

git clone https://github.com/openai/baselines.git
cd baselines
pip install -e .

To cite this repository in publications:

@misc{baselines,
  author = {Dhariwal, Prafulla and Hesse, Christopher and Plappert, Matthias and Radford, Alec and Schulman, John and Sidor, Szymon and Wu, Yuhuai},
  title = {OpenAI Baselines},
  year = {2017},
  publisher = {GitHub},
  journal = {GitHub repository},
  howpublished = {\url{https://github.com/openai/baselines}},
}