TesfayZ / CCM_MADRL_MEC

The source code for the paper titled Combinatorial Client-Master Multiagent Deep Reinforcement Learning for Task Offloading in Mobile Edge Computing
57 stars 6 forks source link

env #5

Open qsbwhszh opened 4 months ago

qsbwhszh commented 4 months ago

Sorry to bother you, I want to ask what 'env' is.

TesfayZ commented 4 months ago

"env" and "eval_env" are the environments for training and evaluation. As seen in run.py, they are instances of the class in mec_env.py.

I don't think your issue is related to this project. It is all about a class and creating an instantance of the class in OOP.

qsbwhszh commented 4 months ago

Thank you for taking the time to answer my question. Sorry, I misunderstood the meaning of "env." Actually, I want to ask about the versions of Python, PyTorch, and SciPy. For example, in the configuration file (requirements.txt), I would like to know the specific versions, like Python 3.11.7 and PyTorch 2.1.2.

Thank you for your help!