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

请问作者我改动了环境,是不是得通过make_environment.py文件创建新的pkl文件?但是我看文件里没有下面源码对应的trajectories_file。。 #27

Closed Jadaeu closed 1 year ago

Jadaeu commented 1 year ago

image

sobhankazemi commented 1 year ago

Hi i don't know if this helps right now or not but you need to create a CSV folder in project root directory and copy didi dataset in it (gps_20161116) . Finally you need to run experiment/process_trajectories.py and all .csv files will be generated

NNNNelson commented 11 months ago

怎样可以得到didi的数据集,我在博主提供的连接中获得不到

Jadaeu commented 11 months ago

怎样可以得到didi的数据集,我在博主提供的连接中获得不到

给我你的邮箱吧,我发你

NNNNelson commented 10 months ago

我的邮箱:2196349672@qq.com 太感谢你了

lwc6666 commented 9 months ago

怎样可以得到didi的数据集,我在博主提供的连接中获得不到

给我你的邮箱吧,我发你

哥您好,可以也发我一份数据集吗 1076450887@qq.com

SuperLuckyStar666 commented 4 months ago

楼主您好,请问这篇论文的Table 1中 𝑙𝑒( Location of edge node 𝑒)的值是如何设置的呢?用的是数据集中的数据吗?我在代码中没找到边缘节点位置值设置的这个代码。