Skip to main content

Accenta.AI Gym Environement

Project description

Copyright (c) 2019-2022 Accenta (www.accenta.ai)

Description

Accenta Gym Environment

Note:

This project is still in beta stage, so the API is not finalized yet.

Dependencies

C.f. requirements.txt

Installation

Posix (Linux, MacOSX, WSL, …)

From the EnergyPlus Python source code:

conda deactivate         # Only if you use Anaconda...
python3 -m venv env
source env/bin/activate
python3 -m pip install --upgrade pip
python3 -m pip install -r requirements.txt
python3 setup.py develop

Windows

From the EnergyPlus Python source code:

conda deactivate         # Only if you use Anaconda...
python3 -m venv env
env\Scripts\activate.bat
python3 -m pip install --upgrade pip
python3 -m pip install -r requirements.txt
python3 setup.py develop

Build and run the Accenta Gym Environment Docker image

Build the docker image

From the EnergyPlus Python source code:

docker build -t registry.gitlab.com/ens-data-challenge/accenta-gym-environment .

Run unit tests from the docker container

From the EnergyPlus Python source code:

docker run registry.gitlab.com/ens-data-challenge/accenta-gym-environment pytest

Run an example from the docker container

From the EnergyPlus Python source code:

docker run registry.gitlab.com/ens-data-challenge/accenta-gym-environment python3 /rlenv/examples/plot_wall_env.py

Push the docker image on the container registry

From the EnergyPlus Python source code:

docker push registry.gitlab.com/ens-data-challenge/accenta-gym-environment

Documentation

Example usage

C.f. https://ens-data-challenge.gitlab.io/accenta-gym-environment/gallery/

Bug reports

To search for bugs or report them, please use the Accenta’s Gym Environments Bug Tracker at:

https://gitlab.com/accenta_group/ai-gym/issues

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

rlenv-1.1.dev2.tar.gz (1.2 MB view hashes)

Uploaded Source

Built Distribution

rlenv-1.1.dev2-py3-none-any.whl (16.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page