soulsai.core
============

The core module contains the basic functionalities for reinforcement learning. It defines agents,
networks, replay buffers, noise samplers, transforms and schedulers. All of these
classes are already designed with the possibility of using them in a distributed setting in mind.

.. toctree::
    :hidden:

    agent
    networks
    noise
    replay_buffer
    scheduler
    transform
