Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 305 Bytes

README.md

File metadata and controls

4 lines (4 loc) · 305 Bytes

DeepQ_CartPole

Deep Q-network with replay buffer solving CartPole environment (comaptible with TensorFlow 2.0).
Although the network seems to be trained, the training result is not solid.
It need more advanced algorithms (target network, dueling, priotized buffer...) and hyper-parameter tunning.