A simple epsilon decay function for Reinforcement Learning.
Project description
rl-epsilon-decay
A lightweight package that implements an epsilon decay function — commonly used in Reinforcement Learning to gradually reduce exploration.
Example Usage
from rlepsilondecay_colab import epsilon_decay
eps = epsilon_decay(initial_epsilon=1.0, min_epsilon=0.01, decay_rate=0.95, step=10)
print('Decayed epsilon:', eps)
Author: SAAHIL DESAI
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_decay-0.1.0.tar.gz.
File metadata
- Download URL: rl_epsilon_decay-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 |
74f38c4a4f9c2d0c94bbe01489e98b0ce1f1a9b197eb031b01fcd510b2059855
|
|
| MD5 |
2ee377859b11b23a1a96aace5c0f47a2
|
|
| BLAKE2b-256 |
8a5f364ac4132b14c6717c9f9bb3fa5ddc2007cf18f2c49bb06b60cc22e74b1c
|
File details
Details for the file rl_epsilon_decay-0.1.0-py3-none-any.whl.
File metadata
- Download URL: rl_epsilon_decay-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 |
7deb461528b9a6691603df7cec70366011f546c84df7948199965feeb2d8f4d5
|
|
| MD5 |
e8efd0284604817f454de461e9a14629
|
|
| BLAKE2b-256 |
77c6c2b5fa16ce57766e44ab87fe6058ce5d64271b410a00e172068904b3e97e
|