ADGEfficiency / energy-py

Reinforcement learning for energy systems

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Track beta on TensorBoard

ADGEfficiency opened this issue · comments

beta is a hyperparameter for prioritized experience replay that is linearly increased. Just need to setup beta as a variable to be logger in TensorBoard, most likely in the same place that epsilon gets tracked.

Added tf.Summary for beta