Skip to content

Commit

Permalink
Merge pull request #114 from intelligent-environments-lab/gymnasium-m…
Browse files Browse the repository at this point in the history
…igration

Gymnasium migration: docs requirements and text refactoring
  • Loading branch information
kingsleynweye authored Mar 18, 2024
2 parents 29b33f7 + d0c27f7 commit 1503efe
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# CityLearn
CityLearn is an open source OpenAI Gym environment for the implementation of Multi-Agent Reinforcement Learning (RL) for building energy coordination and demand response in cities. A major challenge for RL in demand response is the ability to compare algorithm performance. Thus, CityLearn facilitates and standardizes the evaluation of RL agents such that different algorithms can be easily compared with each other.
CityLearn is an open source Farama Foundation Gymnasium environment for the implementation of Multi-Agent Reinforcement Learning (RL) for building energy coordination and demand response in cities. A major challenge for RL in demand response is the ability to compare algorithm performance. Thus, CityLearn facilitates and standardizes the evaluation of RL agents such that different algorithms can be easily compared with each other.

![Demand-response](https://github.com/intelligent-environments-lab/CityLearn/blob/master/assets/images/dr.jpg)

Expand Down
2 changes: 1 addition & 1 deletion citylearn/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def __learn(**kwargs):

def main():
parser = argparse.ArgumentParser(prog='citylearn', formatter_class=argparse.ArgumentDefaultsHelpFormatter, description=('''
An open source OpenAI Gym environment for the implementation of Multi-Agent Reinforcement
An open source Farama Foundation Gymnasium environment for the implementation of Multi-Agent Reinforcement
Learning (RL) for building energy coordination and demand response in cities.'''
))
parser.add_argument('--version', action='version', version='%(prog)s' + f' {__version__}')
Expand Down
4 changes: 2 additions & 2 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
jinja2==3.0.0
jinja2
myst-nb
nbsphinx-link
Sphinx==4.5.0
Sphinx
sphinxemoji
sphinxcontrib-bibtex
sphinx-copybutton
Expand Down
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ CityLearn
:scale: 8 %
:target: https://sdgs.un.org/goals/goal13

CityLearn is an open source OpenAI Gym environment for the implementation of Multi-Agent Reinforcement Learning (RL) for building energy coordination and demand response in cities :cite:p:`https://doi.org/10.48550/arxiv.2012.10504, 10.1145/3360322.3360998`. A major challenge for RL in demand response is the ability to compare algorithm performance :cite:p:`VAZQUEZCANTELI20191072`. Thus, CityLearn facilitates and standardizes the evaluation of RL agents such that different algorithms can be easily compared with each other.
CityLearn is an open source Farama Foundation Gymnasium environment for the implementation of Multi-Agent Reinforcement Learning (RL) for building energy coordination and demand response in cities :cite:p:`https://doi.org/10.48550/arxiv.2012.10504, 10.1145/3360322.3360998`. A major challenge for RL in demand response is the ability to compare algorithm performance :cite:p:`VAZQUEZCANTELI20191072`. Thus, CityLearn facilitates and standardizes the evaluation of RL agents such that different algorithms can be easily compared with each other.

.. image:: ../../assets/images/dr.jpg
:scale: 30 %
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def get_version():
version=get_version(),
author='Jose Ramon Vazquez-Canteli, Kingsley Nweye, Zoltan Nagy',
author_email='[email protected]',
description='An open source OpenAI Gym environment for the implementation of Multi-Agent Reinforcement Learning (RL) for building energy coordination and demand response in cities.',
description='An open source Farama Foundation Gymnasium environment for the implementation of Multi-Agent Reinforcement Learning (RL) for building energy coordination and demand response in cities.',
long_description=long_description,
long_description_content_type='text/markdown',
url='https://github.com/intelligent-environments-lab/CityLearn',
Expand Down

0 comments on commit 1503efe

Please sign in to comment.