-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
base: main
Are you sure you want to change the base?
Dgym refactor #1107
Conversation
There was a problem hiding this 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.
- output vectors instead of single components
setup.py
Outdated
'imgaug' | ||
'imgaug', | ||
'gym', | ||
'gym-donkeycar @ git+ssh://[email protected]/tawnkramer/gym-donkeycar.git@master#egg=gym-donkeycar', |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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://[email protected]/tawnkramer/gym-donkeycar.git`
No description provided.