All notable changes to this project will be documented in this file.
- Added comments in config.py and crowd_sim/
- Redundant configs that are never used in config.py
- unicycle example model
- Fix an index issue for last_pos in evaluation.py (see issue #7)
- Merged config.py and argument.py
- Save checkpoints by saving only the state_dict instead of the entire model
- In the CrowdSimDict environment, separated the temporal edge and spatial edges into different keys, and applied this change to SRNN network too
- Improved plot.py
- argument.py
- unicycle example model
- Minor bug fix
Initial commit