This repository provides resources for learning and practicing Deep Reinforcement Learning using the NVIDIA IsaacSim environment. It includes installation instructions, lecture links, and reference sources.
conda create -n isaacsim python=3.11
conda activate isaacsimInstall IsaacSim 5.1.0 from the NVIDIA PyPI repository:
pip install "isaacsim[all,extscache]==5.1.0" --extra-index-url https://pypi.nvidia.comInstall Gym 0.26.2 and the classic control environments:
pip install gym==0.26.2
pip install "gym[classic_control]"Install Wandb to log Training
pip install wandbYou can find the lecture videos in the playlist below:
https://youtube.com/playlist?list=PLOYlvnpEJzrpQvlP9AqXpO5JQznzA_pjk&si=xX0VZoWrL28OiuNU
python isaac_env/env/train.py --wandbpython isaac_env/env/paly.py --checkpoint=[your check point path]Oh, S. (n.d.). Deep Reinforcement Learning [PowerPoint slides]. Department of Mathematics & Department of Data Science, Korea University.