Skip to content

yuanfanwang/RLAdjustPose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

setup

  • copy .env.example to .env

    $ cp .env.example .env
    • If you want to enable GPUs, set the .env file as follows
      TARGET_ARCH=gpu
      RUNTIME=nvidia
      TARGET_IMAGE=nvidia/cuda:11.8.0-cudnn8-devel-ubuntu22.04
    • If you use the CPU, set the .env file as follows
      TARGET_ARCH=cpu
  • build docker image

    $ docker-compose build
  • run docker container

    $ docker-compose up -d

run

  • exec learning

    $ docker-compose exec rl_adjust_pose bash
    $ python3 src/learning.py
  • exec tensorboard

    $ docker exec rl_adjust_pose tensorboard --logdir logs
    

note

  • If X forwading is failing, try the following command on the host side.
    $ xhost +local:
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published