ZhenghaoFei / MBAC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:Apache License 2.0


Languages

Language:Python 100.0%