neardws / Game-Theoretic-Deep-Reinforcement-Learning

Code of Paper "Joint Task Offloading and Resource Optimization in NOMA-based Vehicular Edge Computing: A Game-Theoretic DRL Approach", JSA 2022.
https://www.sciencedirect.com/science/article/abs/pii/S138376212200265X
GNU General Public License v3.0
222 stars 47 forks source link

No module named "acme.types" issue #2

Closed wyt675 closed 1 year ago

wyt675 commented 1 year ago

hello,I want to konw why I have the wrong"No module named 'acme.types'",but I can't solve it,it will be wrong "ERROR: Could not find a version that satisfies the requirement acme_types (from versions: none) ERROR: No matching distribution found for acme_types".thank you

neardws commented 1 year ago

The issue can be fixed by installing the module acme as follows.

pip install dm-acme

neardws commented 1 year ago

The conda environment file is located in environment.yml. It can be used to create the environment by:

conda env create -f environment.yml