We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The Experience class (shown left below in the figure) has been modified.
The Experience class is implemented for the Hippocampus module and located in {git clone directory}/agent/ml/experience.py.
{git clone directory}/agent/ml/experience.py
At the moment, it only implements experience replay for Q-Learning. It's up to you to realize more of the hippocampal functions.