algorithms.qsom.qsom

This module defines a Q-SOM helper that is used as an entrypoint to simplify the instantiation of Q-SOM Agents from a Gym Environment.

It handles creating the correct structures, giving the correct parameters, …

members:

Classes

QSOM(env[, hyper_parameters])

The Q-SOM learning algorithm: based on Q-Learning + Self-Organizing Maps.