Skip to content

fixed runtime errors for MountainCar - #1

Open
weidel-p wants to merge 2 commits into
jakobj:masterfrom
weidel-p:fixes/json
Open

fixed runtime errors for MountainCar#1
weidel-p wants to merge 2 commits into
jakobj:masterfrom
weidel-p:fixes/json

Conversation

@weidel-p

Copy link
Copy Markdown

I encountered some runtime errors during testing the Mountain Car environment with python3. Mainly due to json not serializable errors.

This PR fixes those errors.

Comment thread gymz-controller Outdated
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

please revert this change; should always use system python, independent of version

@weidel-p

Copy link
Copy Markdown
Author

Reverted to use the std system python.

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