Skip to content

awjuliani/RL-CC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reinforcement Learning Control Center

A d3.js web interface that allows a user to view their RL agent's performance during training.

RL Control Center

Current version displays:

  • Reward over time
  • Episode length over time
  • Animated gif of agent behavior during sample episodes
  • Agent's DDDQN activation during sample episodes

To try a live verion on an already trained network, go here.

The control center works by reading csv logs and animated gifs generated during the training process. For an example implementation, see Double-Dueling-DQN-Central.ipynb. The current interface is relatively dependent on the particular nature of the environment and agent used, but feel free to fork this project and adapt it to your own reinforcement learning needs.

See this Medium post for more information on how to use the control center, and the motivation behind it's creation.

About

Web-based Reinforcement Learning Control Center

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published