-
Notifications
You must be signed in to change notification settings - Fork 387
modified the rllab setup #24
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
Conversation
:: | ||
|
||
source activate flow | ||
source activate flow-rllab |
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 not the case if you're not using rllab; you won't have this env.
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.
u create the environment during the rllab setup instructions
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 in the Setting up section for rllab btw, which is totally optional and assumes u've installed rllab
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.
Mmm, I was confused by the git diff. Okay!
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.
LGTM
standardizing SUMO file and Ray result names Flow experiments can have their names specified in two places: `exp_tag` within `flow_params`, and the key in the dict passed to `ray.tune.run_experiments`. This PR ensures that the names are the same, by making sure the latter key is `flow_params["exp_tag"]` and not any other name. This makes sure that, for a given experiment, the net/cfg files generated by SUMO and the Ray result directories have the same name.
backoff adjustment
they should work now for everyone that had isssue