A simple epsilon-greedy action selector for Reinforcement Learning.
Project description
rl-epsilon-greedy
A minimal package implementing the epsilon-greedy strategy — a key concept in Reinforcement Learning (RL).
Usage
from rlepsilongreedy_colab import epsilon_greedy
action = epsilon_greedy([1.2, 3.4, 2.1], epsilon=0.1)
print('Selected action:', action)
Author: Ayush Anil Kadam
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file rl_epsilon_greedy-0.1.0.tar.gz.
File metadata
- Download URL: rl_epsilon_greedy-0.1.0.tar.gz
- Upload date:
- Size: 6.8 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dc9ab6e07dfde7c6a2575cc9dcd6c851d02ac20da8c6489b2b9ea04ae7d75199
|
|
| MD5 |
fafdac2aab95b5ff799a0615a42469d7
|
|
| BLAKE2b-256 |
9c04368ad8bcd16b3f3097a0c7b392dba00480428995529f7a3b01fd1273282f
|
File details
Details for the file rl_epsilon_greedy-0.1.0-py3-none-any.whl.
File metadata
- Download URL: rl_epsilon_greedy-0.1.0-py3-none-any.whl
- Upload date:
- Size: 7.1 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
41272c9fe0fcbf2abb878b9098a9656d04ef62d7d4f0d70758bca0ac2ed4854c
|
|
| MD5 |
f5c2e6d4c43fad162886361483e6c682
|
|
| BLAKE2b-256 |
5b6b2712c6528d901154b4f6b438125e7afe00c5a6cc6c7de150f635ed5f767c
|