Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

documentation? #1

Open
asrjy opened this issue Nov 10, 2022 · 3 comments
Open

documentation? #1

asrjy opened this issue Nov 10, 2022 · 3 comments

Comments

@asrjy
Copy link

asrjy commented Nov 10, 2022

intersting project. is there any documentation

@mechyai
Copy link
Owner

mechyai commented Nov 10, 2022

Unfortunately not, however, I use this https://github.com/mechyai/RL-EmsPy as my backbone for interacting with EnergyPlus EMS.
Then this contains my different RL models and MDP definitions https://github.com/mechyai/rl_bca/tree/master/bca
This is the agent object https://github.com/mechyai/rl_bca/blob/master/bca/agent.py that I pass into the simulation at runtime to take action and get rewards at the timestep callbacks.
The rest of the code in this repo adds a lot of confusion and complexity due to all the experiments I was trying to sloppily automate and all the different things I was trying

@asrjy
Copy link
Author

asrjy commented Nov 17, 2022

Can you explain what's in the __paths_config file?

from bca_manager import _paths_config

@mechyai
Copy link
Owner

mechyai commented Nov 19, 2022

I might have to go dig that up - but I think its just a flat module with variables set to specific paths I use throughout this. From locations of weather file, E+ engine, building model .idf file, etc.

This repo is a mess b/c how I threw together all the experiment parameter permutations - it's probably best to just pull out the useful stuff, scrap the rest, and start over. I wish I had more time to be more helpful and revive this project with a better approach

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants