Make an editable building simulatorDoneConvert the simulator to custom gym environmentDoneAdd render function which can be used for testing modelsDone- Implement a greedy algorithm for comparison between models
- Add noise missions to the environment
- Define the disorder of the environment.
- Observe the performance change between the models according to the disorder.
Install stable-baselines
- Follow the instruction in this document
Install Gym env
cd Smart-Elevator-With-RL
python -m pip install -e gym-building
cd Smart-Elevator-With-RL
python model\A2C\train.py
cd Smart-Elevator-With-RL
python model\A2C\test.py