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

Supports for Madras Env #1

Closed
wants to merge 1 commit into from
Closed

Supports for Madras Env #1

wants to merge 1 commit into from

Conversation

buridiaditya
Copy link
Collaborator

This PR adds support for madras Env in baselines.

Testing:

  1. clone the baselines and gym.
  2. install editable copies of both using pip install -e .
  3. run python -m baselines.run --alg=ddpg --env='gym-madras-v0' from baselines folder.

@rudrasohan
Copy link
Member

@buridiaditya I am guessing when you were testing earlier the error was occurring due to some import problem.
Try adding import MADRaS in run.py. This worked for me.

Copy link
Member

@rudrasohan rudrasohan left a comment

Choose a reason for hiding this comment

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

Update this one with the new env name & import MADRaS at the top.

@buridiaditya
Copy link
Collaborator Author

buridiaditya commented Nov 30, 2018

#3

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.

2 participants