Skip to content

Add epsilon decay #2

@satwikkansal

Description

@satwikkansal

The current implementation could improve q-scores faster if we start from epsilon value of 0.95, and decay it gradually to 0.1.

Something like the following should do the trick

epsilon = min(0.1, epsilon * decay_factor)

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions