Multi_Agent_Deep_Reinforcement_Learning
Multi_Agent_Deep_Reinforcement_Learning copied to clipboard
Implement Google Deep Minds DQN for multiple agents for a grid world environment where vehicles must pick up customers.
Results
1
Multi_Agent_Deep_Reinforcement_Learning issues
Sort by
recently updated
recently updated
newest added
File "/home/lukas/Desktop/Multi_Agent_Deep_Reinforcement_Learning-master/GridWorld_Game_Formulation_Final.py", line 65, in loadModel ValueError: Negative dimension size caused by subtracting 3 from 2 for 'conv2d_2/convolution' (op: 'Conv2D') with input shapes: [?,2,8,32], [3,3,32,32].