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

Custom Environments #315

Open
Jackflyingzzz opened this issue Aug 19, 2024 · 1 comment
Open

Custom Environments #315

Jackflyingzzz opened this issue Aug 19, 2024 · 1 comment

Comments

@Jackflyingzzz
Copy link

Hi,

Thank you for developing such an outstanding reinforcement learning platform! I'm currently working on integrating Dreamer V3 with a custom Gym environment using gym.envs.register. Could you please guide me to any tutorials or resources that demonstrate how to train Dreamer V3 on custom environments?

Your help would be greatly appreciated!

Best regards,
Jacky

@michele-milesi
Copy link
Member

Hi @Jackflyingzzz,
thank you for your patience, I have been a little busy the last few days.
Here you can find some references on how to add a custom environment.
In a few words: our environments are Gymnasium-compliant, so, if your custom environment is Gym-compliant, you must create a wrapper to make it Gymnasium-compliant.

Let me know if something is not clear, thanks.

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

No branches or pull requests

2 participants