Skip to content

diegoferigo/jax_robot_learning_presentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jax for robot learning: an introduction

Artificial Mechanical Intelligence @ IIT
Diego Ferigo
2023/04/13

Usage with Docker

The notebook is meant to run locally in a docker image.

git clone https://github.com/diegoferigo/jax_robot_learning_presentation
cd jax_robot_learning_presentation

export DOCKER_UID=$(id -u)
export DOCKER_GID=$(id -g)
export NOTEBOOK_FOLDER=$(pwd)

docker compose --project-directory docker/ up jax_robot_learning         # w/o GPU support
docker compose --project-directory docker/ up jax_robot_learning_nvidia  # w/  GPU support

Then click on the URL printed as output.

When you're done running / editing the notebook, press Ctrl+C and tear down the service with:

docker compose --project-directory docker/ down

Usage with online visualizers

If you want to run the notebook in online visualizers like Colab, Binder, etc, you need to install the dependencies first. Have a look to the specifications of the conda environment exported in environment.yml.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published