joon0503 / smartCampus

Files for reinforced learning of vehicle
1 stars 1 forks source link

Improvement Ideas over Basic Deep Q-Network Control #1

Open joon0503 opened 5 years ago

joon0503 commented 5 years ago

Current design is the most basic architecture for deep RL. Followings are some improvements which can be made for Q-learning.

Incorporate Input Cost

References https://github.com/Silvicek/DQN-for-autonomous-vehicles https://medium.freecodecamp.org/improvements-in-deep-q-learning-dueling-double-dqn-prioritized-experience-replay-and-fixed-58b130cc5682

joon0503 commented 5 years ago

Implemented target network.

joon0503 commented 5 years ago

Implemented dueling network. It seems double network is just target network?

joon0503 commented 5 years ago

Implemented double network and PER

joon0503 commented 4 years ago

Added HER