Welcome to DDQL Optimal Execution’s documentation!¶
Contents:
Main Objects¶
|
This class is used to preprocess the data before it is fed into the environment. |
|
The ExperienceReplay class is a memory buffer that stores and retrieves experiences for reinforcement learning agents. |
The class State is a subclass of the built-in dict class. |
|
|
A class to represent a list of states |
|
The DDQL class inherits from the Agent class. |
|
The TWAP class inherits from the Agent class. |
|
This class is used to train a DDQL agent in a given environment. |
|
This class represents the environment in which the agent is operating. |