You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fully generic implementation of the DQN algorithm. Users can create their own RL environment and model structure, and after implementing certain traits they can easily apply the DQN algorithm.
New gym environment: CartPole
New example: dqn_cartpole
Greatly improved viz
Added a log tab to capture and view logs in viz
Heatmap for plot data to have a greater sense of the density of samples