Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 469 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 469 Bytes

rl-warehouse

Reinforcement Learning Warehouse

Install Requirements

Run the following command to install all the dependencies:

pip install -e .

Start Experiment

The experiment will be startet with the following command:

python envs/warehouse_env_dir/__init__.py

The environment settings and algorithm parameters can be adjustet in envs/warehouse_env_dir/__init__.py and the rewards can be adjusted in envs/warehouse_env_dir/consts.py