Skip to content

ASzot/rl-habitat-hw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Homework on Reinforcement Learning in Habitat

A homework assignment in deep reinforcement learning based on the Habitat platform.

Run the Homework on Colab

Run it on Colab at this link. No installation is required for Colab.

Run the Homework Locally

You can also run the homework locally using Jupyter Notebook. First, complete the following installation steps:

  1. Requires Python >= 3.7
  2. Install Habitat Sim: conda install -y habitat-sim withbullet -c conda-forge -c aihabitat-nightly
  3. Install Habitat Lab pip install git+https://github.com/facebookresearch/habitat-lab
  4. Install PyTorch pip install torch>=1.3.1
  5. Install Jupyter Notebook conda install -c conda-forge notebook Work on the homework locally by filling out the cells in homework.ipynb.

Troubleshooting

In Colab, if the import block below fails due to an error like "'PIL.TiffTags' has no attribute 'IFD'", then restart the Colab runtime instance and rerun this cell and the previous cell.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published