.gitattributes
.gitignore
LICENSE
README.md
pyproject.toml
requirements-dev.txt
requirements.txt
setup.cfg
.github/workflows/Pytest.yml
.github/workflows/python-publish-TESTPYPI.yml
.github/workflows/python-publish.yml
LSTM_example/LSI_data.csv
LSTM_example/LSTM.ipynb
src/Reinforcement Baseline Test.py
src/cycle_optimise.py
src/main.py
src/rcmodel/RCModel.py
src/rcmodel/__init__.py
src/rcmodel/building.py
src/rcmodel/optimisation.py
src/rcmodel/reinforce.py
src/rcmodel/room.py
src/rcmodel/tools.py
src/rcmodel/version.py
src/rcmodel.egg-info/PKG-INFO
src/rcmodel.egg-info/SOURCES.txt
src/rcmodel.egg-info/dependency_links.txt
src/rcmodel.egg-info/top_level.txt
tests/conftest.py
tests/test_building.py
tests/test_rcmodel.py
tests/test_tools.py