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
- Host: GitHub
- URL: https://github.com/gandi/ene5ai-aaia
- Owner: Gandi
- License: agpl-3.0
- Created: 2024-04-26T14:17:14.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-26T14:21:13.000Z (about 2 years ago)
- Last Synced: 2025-01-15T01:41:36.365Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 55.7 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.