An open API service indexing awesome lists of open source software.

https://github.com/gandi/ene5ai-aaia

Project ENE5AI deliverable AAIA code
https://github.com/gandi/ene5ai-aaia

Last synced: 3 days ago
JSON representation

Project ENE5AI deliverable AAIA code

Awesome Lists containing this project

README

          

# ENE5AI Active AI Agent

This is the code for the ENE5AI deliverable 4.2: Active AI Agent, which accompanies the deliverable document.

Dependencies: Python >= 3.9, Poetry

Contents:
- `main.py`: main script
- `time_series.py`: time series prediction model
- `environment.py`: reinforcement learning environment
- `agent.py`: reinforcement learning model (AI agent)
- `helpers.py`: some helper functions

In order to run the project, fill in directory paths in `main.py` and run that script.