Installation
PyPI
Install the package from PyPI using pip:
pip install voxelgym2D
GitHub
pip install git+https://github.com/harisankar95/voxelgym2D.git
For development purpose use editable mode
To install the package in development mode, run the following command in the root directory of the repository:
git clone https://github.com/harisankar95/voxelgym2D.git ~/path/to/repo
cd ~/path/to/repo
pip install -e .[dev]
# to aditionally install stable_baselines 3 and pytorch (optional)
pip install -e .[dev,sb3]