samindaa / RLLib

C++ Template Library to Predict, Control, Learn Behaviors, and Represent Learnable Knowledge using On/Off Policy Reinforcement Learning
http://web.cs.miami.edu/home/saminda/rllib.html
196 stars 51 forks source link

DQN #13

Open kikikio opened 4 years ago

kikikio commented 4 years ago

Can RLlib have an demo of DQN? If we want to separate training and running, how should we do? ( training on cloud and return parameters to local environment to control running)