-
Clone the repository
-
Install the gym_mimic_envs
- Open a terminal and navigate to the mujoco folder, where 'gym_mimic_envs' folder is located.
pip install -e .
to install the environment- If you get the error "ERROR: Package 'imageio' requires a different Python: 2.7.17 not in '>=3.5'", use
pip3 install -e .
instead.
- If you get the error "ERROR: Package 'imageio' requires a different Python: 2.7.17 not in '>=3.5'", use
- NOTE: Do not use
sudo
during installation.
-
Install tensorboard with
conda install -c conda-forge tensorboard
-
Install Weights&Biases for logging training results
conda install -c conda-forge wandb
-
Change
sys.path.append('/home/rustam/code/torch/')
in 'scripts/common/config.py' to reflect the path to the main folder where the code is stored 'path/to/folder_with_scripts_folder/' -
Change
assets_path
in 'ref_trajecs.py'. -
Change
is_remote()
in 'scripts/common/utils.py'