TU-Delft-AI-Energy-Lab / MARL-iDR-Multi-Agent-Reinforcement-Learning-for-Incentive-based-Residential-Demand-Response

Code for the paper "MARL-iDR: Multi-Agent Reinforcement Learning for Incentive-based Residential Demand Response"
MIT License
21 stars 6 forks source link

cannot import name 'AGENT_CLASS' and CLASS_RHO #2

Open saraershadi opened 1 year ago

saraershadi commented 1 year ago

Hi, I run main.py and here is the error:

Traceback (most recent call last): File "/content/drive/MyDrive/MARL/MARL/main.py", line 18, in from params import EPISODES, TIME_STEPS_TEST, TRAINING_START_DAY, NUM_RL_AGENTS, \ ImportError: cannot import name 'AGENT_CLASS' from 'params' (/content/drive/MyDrive/MARL/MARL/params.py)