Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature(gry): add acrobot env and dqn config #577

Merged
merged 6 commits into from
Feb 7, 2023

Conversation

ruoyuGao
Copy link
Contributor

@ruoyuGao ruoyuGao commented Feb 6, 2023

Description

add acrobot env into the classic control. And provide a config file for dqn
the result dqn achieved is here: $-62\pm1$ with 8 evaluate episodes and 2M training steps
result:
reward_acrobot

Related Issue

TODO

Check List

  • merge the latest version source branch/repo, and resolve all the conflicts
  • pass style check
  • pass all the tests

@ruoyuGao ruoyuGao changed the title add acrobot env and dqn config feature(gry): add acrobot env and dqn config Feb 6, 2023
@codecov
Copy link

codecov bot commented Feb 6, 2023

Codecov Report

Merging #577 (09d95ff) into main (9d183d9) will decrease coverage by 0.03%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main     #577      +/-   ##
==========================================
- Coverage   83.63%   83.60%   -0.03%     
==========================================
  Files         562      562              
  Lines       46020    46020              
==========================================
- Hits        38490    38477      -13     
- Misses       7530     7543      +13     
Flag Coverage Δ
unittests 83.60% <ø> (-0.03%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
ding/framework/message_queue/tests/test_nng.py 42.30% <0.00%> (-30.77%) ⬇️
ding/worker/collector/marine_parallel_collector.py 89.86% <0.00%> (-1.39%) ⬇️
ding/worker/learner/comm/flask_fs_learner.py 91.25% <0.00%> (-0.63%) ⬇️
ding/framework/middleware/distributer.py 87.50% <0.00%> (-0.50%) ⬇️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@PaParaZz1 PaParaZz1 added the env Questions about RL environment label Feb 7, 2023
@PaParaZz1
Copy link
Member

add the information of this env in env table

@PaParaZz1 PaParaZz1 merged commit b218ea7 into opendilab:main Feb 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
env Questions about RL environment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants