-
Notifications
You must be signed in to change notification settings - Fork 388
Update environment.yml #61
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
Changes from all commits
202ca8e
6b28f9c
bc12a0a
a0fea81
1f581ce
1e12ac0
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -235,3 +235,39 @@ You may define user-specific config parameters as follows | |
:: | ||
|
||
cp flow/core/config.template.py flow/core/config.py # Create template for users using pycharm | ||
|
||
|
||
|
||
==================== | ||
VNC desktop using Docker for simple utilisation | ||
==================== | ||
Installation of a vnc desktop to get access to flow quickly | ||
|
||
First install docker on https://www.docker.com/ | ||
|
||
In terminal | ||
:: | ||
1° docker pull lucasfischerberkeley/flow_desktop | ||
2° docker run -d -p 5901:5901 -p 6901:6901 -p 8888:8888 lucasfischerberkeley/flow_desktop | ||
|
||
Go into your browser ( Firefox, Chrome, Safari) | ||
:: | ||
1° Go to http://localhost:6901/?password=vncpassword | ||
2° Go to Applications and open Terminal Emulator | ||
3° For sumo: Write python flow/examples/sumo/sugiyama.py and run it | ||
4° For rllib : Write python flow/examples/rllib/stabilizing_the_ring.py and run it | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. can we set up this desktop to use the single environment, Flow, like we have in the current setup instructions? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @eugenevinitsky it s possible, just need to install ray in i . I 'll do it asap |
||
5° For rllab : source activate flow-rllab and python flow/examples/rllab/figure_eight.py ( first time, run it twice) | ||
|
||
==================== | ||
Use that docker container to run jupyter Notebook | ||
==================== | ||
|
||
In the docker desktop | ||
:: | ||
1° Go into Terminal Emulator | ||
2° Run jupyter notebook --NotebookApp.token=admin --ip 0.0.0.0 --allow-root | ||
|
||
Go into your browser ( Firefox, Chrome, Safari) | ||
:: | ||
1° go to localhost:8888/tree | ||
2° the password is 'admin' and you can run all your notebook and tutorial | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. "notebooks and tutorials" |
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.
I don't think VNC is a standard word, can you add something like "Remote desktop
?
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.
@eugenevinitsky Changed