Skip to main content

Reiforcement Learning package description.

Project description

Gradient-MC-1000-State-Random-Walk

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

umbrellarl_ctorrington-0.0.0.tar.gz (9.3 kB view hashes)

Uploaded Source

Built Distribution

umbrellarl_ctorrington-0.0.0-py3-none-any.whl (15.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page