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

Reinforcement Learning: Examples for DDPG and TD3 with Gymnasium Environments #214

Merged
merged 3 commits into from
Sep 4, 2023

Conversation

tareknaser
Copy link
Member

Description:

This PR updates the reinforcement learning examples with the latest Gymnasium Python server. Two significant examples have been added.

DDPG on MountainCarContinuous-v0:

  • The agent was trained for a total of 100,000 steps.

TD3 on Pendulum-v1:

  • The training was performed for 50,000 steps.

Note: Both examples include locally saved videos that will be utilized in my final GSoC report.

Signed-off-by: Tarek <tareknaser360@gmail.com>
Signed-off-by: Tarek <tareknaser360@gmail.com>
@github-actions
Copy link

Binder 👈 Launch a binder notebook on branch tareknaser/examples/gym

Signed-off-by: Tarek <tareknaser360@gmail.com>
Copy link

@mlpack-bot mlpack-bot bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Second approval provided automatically after 24 hours. 👍

@zoq zoq merged commit 9af53a8 into mlpack:master Sep 4, 2023
1 of 4 checks passed
@zoq
Copy link
Member

zoq commented Sep 4, 2023

Thanks for the great contributions.

@tareknaser tareknaser deleted the gym branch October 14, 2023 19:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants