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

Dgym refactor #1107

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from
Draft

Conversation

Maximellerbach
Copy link
Contributor

No description provided.

Copy link
Contributor

@DocGarbanzo DocGarbanzo left a comment

Choose a reason for hiding this comment

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

This is a great change improving the interface to the donkey gym. A couple of comments how to improve the return values from the gym to stay in vectors instead of components.

We should also put gym into the conda yaml install and setup.py. It's good that you have a test, we should make sure this can be run also in the CI.

donkeycar/parts/dgym.py Show resolved Hide resolved
donkeycar/templates/complete.py Show resolved Hide resolved
- output vectors instead of single components
setup.py Outdated
'imgaug'
'imgaug',
'gym',
'gym-donkeycar @ git+ssh://git@github.com/tawnkramer/gym-donkeycar.git@master#egg=gym-donkeycar',
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This doesn't work in the CI, need to fix

Copy link
Contributor

Choose a reason for hiding this comment

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

Can you try removing the trailing @master... and just put:
'gym-donkeycar @ git+ssh://git@github.com/tawnkramer/gym-donkeycar.git`

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.

None yet

2 participants