Package to handle Reinforcement Learning functions. This package is nowhere near complete.
Project description
UmbrellaRL
This package is nowhere near complete.
Structure
-
Agent
The Agent represents the logic for reinforcement learning. It contains functions for policy evaluation & calculating a State's value.
-
Policy
The Policy object determines the actions taken by the agent. The Policy object must inherit from the Base Policy class.
-
Environment
The Environment represents the State that the Agent is in. It describes which states are accessible following actions & what their probabilities are.
The Environment depends on the State Space.
-
State Space
The State Space describes the states that the agent can be in. Each State is of type State.
The State Space depends on the State.
-
State
The State represents a singular State that the agent can be in. The State contains the information that describes each State.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for umbrellarl-0.0.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c1b73c826bdbd7aef724bf15b2ada6bc88c4adb63dcab42fdff7996922a42c29 |
|
MD5 | cd29e371a03c50e4bfe1a70cca105837 |
|
BLAKE2b-256 | 420f7da3bcabbc8c1f25dd40dfa2fb64b91631d4b30c0fa89f690ac0a2b0b643 |