View Source Rein.Agents.DQN (rein v0.1.0)

Deep Q-Learning implementation.

This implementation utilizes a single target network for the policy network.

Summary

Functions

Link to this function

update_priorities(buffer, row_idx, target_column, td_errors)

View Source