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

Solution: Acrobot-v1 with DoubleDQN #105

Merged
merged 1 commit into from
Apr 2, 2017
Merged

Solution: Acrobot-v1 with DoubleDQN #105

merged 1 commit into from
Apr 2, 2017

Conversation

kengz
Copy link
Owner

@kengz kengz commented Apr 2, 2017

If you're contributing new algorithms and its solutions to OpenAI Lab, please follow below. Otherwise, clear below and concisely describe your commits.

Solution Submission

Once accepted, we will add the following to the OpenAI Lab Best Solutions and the code.

  • name the Pull Request title like Solution: CartPole-v0 with DQN
  • add PR label solution

Then, submit the following:

  • problem: Acrobot-v1
  • algorithm (commit code if new): DoubleDQN
  • best fitness_score: -0.110217
  • author: kengz/lgraesser
  • commit experiment_spec: acrobot_double_dqn
  • attach (not commit) the experiment files:
    • <experiment_id>_analysis_data.csv (zip)
    • <best_trial_id>.json (zip)
    • <best_trial_session_id>.png
    • <experiment_id>_analysis.png
    • <experiment_id>_analysis_correlation.png

acrobot_double_dqn-2017_04_01_123213_analysis_data.csv.zip
acrobot_double_dqn-2017_04_01_123213_t32.json.zip
acrobot_double_dqn-2017_04_01_123213_t32_s0
acrobot_double_dqn-2017_04_01_123213_analysis
acrobot_double_dqn-2017_04_01_123213_analysis_correlation

@kengz kengz merged commit 8b7c06c into master Apr 2, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant