Skip to content

bcahlit/graduationMgm

 
 

Repository files navigation

Comparing DQN, Dueling Double DQN and Deep Deterministic Policy Gradient applied to Robocup Soccer Simulation 2D

ddpg and dqn can't run well. you can run that to back old version.

git reset 721c1f8f539d1e014a0be3ffeb26132734f7c6a4

This work is designed to help RoboCIn team. Inside you'll find codes comparing each technique.

100k training result. image use ddpg command param : heliosvshelios HFO param is 1 1 1 image use ddqn command param : heliosvshelios HFO param is 1 1 1 image use dqn command param : heliosvshelios HFO param is 1 1 1

For 3000 test episodes:

  • Helios2013 vs Helios2013 -> 77,5% defenses of Helios2013
  • RoboCIn2019 vs Helios2013 -> 77.4% defenses of Helios2013
  • Helios2013 vs RoboCIn2019 -> 71% defenses of RoboCIn2019
  • RoboCIn2019 vs RoboCIn2019 -> 53.3% defenses of RoboCIn2019

100k training dqn:

  • With Helios2013 goalie:

    • 52.2% defenses against Helios2013
    • 74% defenses against RoboCIn2019
  • With RoboCIn2019 goalie:

    • 51.3% defenses against Helios2013
    • 80% defenses against RoboCIn2019

100k training ddqn:

  • With Helios2013 goalie:

    • 55% defenses against Helios2013
    • 70.3% defenses against RoboCIn2019
  • With RoboCIn2019 goalie:

    • 49.3% defenses against Helios2013
    • 57.1% defenses against RoboCIn2019

100k training ddpg:

  • With Helios2013 goalie:

    • 30.2% defenses against Helios2013
    • 65.8% defenses against RoboCIn2019
  • With RoboCIn2019 goalie:

    • 10.2% defenses against Helios2013
    • 35.7% defenses against RoboCIn2019

About

Graduation Degree is comming

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 32.0%
  • Jupyter Notebook 25.9%
  • Roff 12.0%
  • Makefile 10.9%
  • Shell 10.3%
  • Python 4.4%
  • Other 4.5%