Namespace pearl.neural_networks.sequential_decision_making

Sub-modules

pearl.neural_networks.sequential_decision_making.actor_networks

This module defines several types of actor neural networks.

pearl.neural_networks.sequential_decision_making.q_value_network

This file defines PEARL neural network interafaces User is free to define their own Q(s, a), but would need to inherit from this interface

pearl.neural_networks.sequential_decision_making.twin_critic