-
Notifications
You must be signed in to change notification settings - Fork 0
Deep Runner for testing @dbcarelli #1
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
base: create-rover-object
Are you sure you want to change the base?
Conversation
…h round
This will hopefully minimize non-recored motor use for our real world setting
mainComputerControl/environment.py
Outdated
| return system_state_array | ||
|
|
||
|
|
||
| def step(self, prev_state, target_heading=None, target_position=None): |
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.
the position is unit-less as returned by reactivision. Shouldn't make a difference though.
…ot into will/DeepRunner
…trajectory updating
|
@dbcarelli The smooth turning is a huge improvement on early movement. It doesn't have to learn how to turn now, just where to go. If we can stake out a chunk of time for it to train it'd be fresh because I don't want to prevent people from doing the core assignment because we are training. |
I think this should work and I finally got my computer up and running with the cars. I'm currently missing one of the Xbees, so if we can set this up tomorrow that would be fresh.