Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 390 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 390 Bytes

Actor-Critic

Actor-Critic algorithm(AC,A2C,A3C) with tensorflow

Requirement main

python3.6

gym

pandas

tensorflow

numpy

matplotlib

Usage

python AC.py

python A2C.py

python A3C.py

Result

CartPole-v0 with the gym environment

game_test