google-research / ravens

Train robotic agents to learn pick and place with deep learning for vision-based manipulation in PyBullet. Transporter Nets, CoRL 2020.
https://transporternets.github.io
Apache License 2.0
538 stars 93 forks source link

README: Add example of using python3.8-venv on Ubuntu 18.04 #6

Closed EricCousineau-TRI closed 3 years ago

EricCousineau-TRI commented 3 years ago

Add .gitignore

Dunno if it's useful, but I like to avoid conda if it's easy to set up on pure pip :sweat_smile:

ayzaan commented 3 years ago

Thank you for the changes!