Ilya Kostrikov ba37e84b0a Create LICENSE
2017-09-07 20:01:02 -04:00
2017-09-07 19:45:57 -04:00
2017-09-07 20:01:02 -04:00
2017-09-07 19:45:57 -04:00
2017-09-07 19:45:57 -04:00
2017-09-07 20:00:11 -04:00

pytorch-a2c

This is a PyTorch implementation of Advantage Actor Critic (A2C), a synchronous deterministic version of A3C "Asynchronous Methods for Deep Reinforcement Learning". Also see the OpenAI post (section A2C and A3C) for more information.

This implementation is inspired by the OpenAI A2C baseline. It uses the same hyper parameters and the model since they were well tuned for Atari games.

Contributions

Contributions are very welcome. If you know how to make this code better, don't hesitate to send a pull request.

Usage

python main.py --env-name "PongNoFrameskip-v4"

Results

Coming soon.

S
Description
PyTorch implementation of Advantage Actor Critic (A2C), Proximal Policy Optimization (PPO) and Scalable trust-region method for deep reinforcement learning using Kronecker-factored approximation (ACKTR).
Readme MIT 233 KiB
Languages
Python 100%