Unitree-A1-Dreamer
We assume that you have access to a GPU with CUDA >= 11.0 support.
- Clone the repository
git clone https://github.com/makolon/unitree-a1-dreamer.git
- Build docker image
cd ./docker
./build.sh
- Run docker container
./run.sh
cd unitree-a1-dreamer/dreamer \
python3 train.py --config defaults unitree --env_id UnitreeA1
cd unitree-a1-dreamer/dreamer \
mlflow ui
Then, you can see the learning results by accessing http://127.0.0.1:5000