Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 708 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 708 Bytes

Agent-Based Modeling workshop, 2022-03-24

BUDSLab weekly presentation given by Matias Quintana

While there are a handful of Jupyter Notebooks, most files will be run on the terminal.

Content

  • docs/: Slides used in the presentation.
  • openai-gym/: openAI python examples. Explanation about the contents is given on slide 22 of the presentation.
  • comfortlearn/: Files for custom openAI gym environment for occupant-centric control and ABM. Explanation about the contents is given on slide 34 of the presentation.

Requirements

Using conda:

conda env create --file environment.yaml

Using the requirements file:

pip install -r requirements.txt