Deepdrive docs
  • Deepdrive
  • vendor
    • openai
      • README
        • PPO2
        • A2C
    • tensorflow
      • Surgically extracted MobileNetV2 from tensorflow/models @ 84da970ee43c04fbd53a1db3c824ea32cec8936b
        • TensorFlow Research Models
          • slim
            • nets
              • README
          • Running the TensorFlow Official ResNet with TensorRT
  • Deepdrive
  • docs
    • tutorial
      • cloud
        • Cloud setup
      • uepy
        • UnrealEnginePython Tutorial
      • leaderboard
        • Submitting to the Deepdrive leaderboard
    • Miniconda
  • README
Powered by GitBook
On this page

Was this helpful?

  1. vendor
  2. openai
  3. README

A2C

PreviousPPO2Nexttensorflow

Last updated 5 years ago

Was this helpful?

  • Original paper:

  • Baselines blog post:

  • python -m baselines.a2c.run_atari runs the algorithm for 40M frames = 10M timesteps on an Atari game. See help (-h) for more options.

https://arxiv.org/abs/1602.01783
https://blog.openai.com/baselines-acktr-a2c/