/MBAC

Primary LanguagePythonApache License 2.0Apache-2.0

MBAC

Baseline Code

modified from https://github.com/miyosuda/async_deep_reinforce

How to run

python a3c.py

Most related file

  1. Config agent at constants.py
  2. Config imagination module at network_parameter.py
  3. Main training process and a3c algrithom implemented at a3c_training_thread.py
  4. MBAC network at game_ac_network.py