Skip to content

Commit

Permalink
Merge branch 'main' into amiris
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-harder authored Oct 31, 2023
2 parents 32afae0 + 15c8cad commit cae49c0
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
![Lint Status](https://github.com/assume-framework/assume/actions/workflows/lint-pytest.yaml/badge.svg)
[![Code Coverage](https://codecov.io/gh/assume-framework/assume/branch/main/graph/badge.svg?token=CZ4FO7P57H)](https://codecov.io/gh/assume-framework/assume)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.8088760.svg)](https://doi.org/10.5281/zenodo.8088760)

[![](https://img.shields.io/pypi/v/assume-framework.svg)](https://pypi.org/pypi/assume-framework/)
[![](https://img.shields.io/pypi/pyversions/assume-framework.svg)](https://pypi.org/pypi/assume-framework/)
[![](https://img.shields.io/pypi/l/assume-framework.svg)](https://pypi.org/pypi/assume-framework/)
[![](https://img.shields.io/pypi/status/assume-framework.svg)](https://pypi.org/pypi/assume-framework/)
[![](https://img.shields.io/readthedocs/assume)](https://assume.readthedocs.io/)

[![Open Tutorials In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1LISiM1QvDIMXU68pJH-NqrMw5w7Awb24?usp=sharing)

**ASSUME** is an open-source toolbox for agent-based simulations of European electricity markets, with a primary focus on the German market setup. Developed as an open-source model, its primary objectives are to ensure usability and customizability for a wide range of users and use cases in the energy system modeling community.
Expand Down
6 changes: 4 additions & 2 deletions environment_docs.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
name: assume-doc
channels:
- conda-forge
dependencies:
- python>=3.11
- pip
Expand All @@ -7,6 +9,8 @@ dependencies:
- numpy
- tqdm
- SQLAlchemy
- pytorch
- pyomo

- pip:
- .
Expand All @@ -15,5 +19,3 @@ dependencies:
- nbsphinx
- nbsphinx_link
- sphinxcontrib-mermaid
- pyomo
- torch
7 changes: 3 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[tool.poetry]
name = "assume-framework"
version = "0.2.0"
version = "0.2.1"
description = "ASSUME - Agent-Based Electricity Markets Simulation Toolbox"
authors = ["ASSUME Developers <[email protected]>"]
license = "LICENSE"
license = "AGPL-3.0-or-later"
readme = "README.md"

homepage = "https://assume.readthedocs.io"
Expand All @@ -12,9 +12,8 @@ repository = "https://github.com/assume-framework/assume"
keywords = ["agent based simulation", "energy market", "reinforcement learning", "market simulation", "simulation"]

classifiers=[
"Development Status :: 3 - Alpha",
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",
"Operating System :: OS Independent",
"Framework :: AsyncIO",
"Topic :: Scientific/Engineering",
Expand Down

0 comments on commit cae49c0

Please sign in to comment.