Skip to content

Latest commit

 

History

History

DQL_model

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Deep Q-Learning algorithm

Pytorch implementation of Q learning with MLP as policy network. Train the agents with the following command.

>> python DQLearning.py --grid_size 10 --n_drones 5 --batch_size 32