PeymanTehrani / FDRL-PC-Dyspan

42 stars 4 forks source link

Methods of generating specific npy files #2

Open Louis208908 opened 1 year ago

Louis208908 commented 1 year ago

Recently I'm trying to compare the result of Federated DQN and Distributed DQN.

And in "plot_fig4.py", you're using some npy file such as FL_DQN__mean_reward_agg1.npy

I would like to know if it's possible to generate it by myself?

Cuz I didn't find it written in the code "main_dqn_multiagent.py", instead, you stored a distributed_DQN__mean_reward.npy at the last line of "main_dqn_multiagent.py"

cycloneha commented 5 months ago

Hi in the code I have some specific questions I would like to ask such as the principle of calculating the p_matrix and the principle of slicing the p_array,I feel so confused, I wonder if we could have a chance to discuss it, thanks!