Skip to content

Commit

Permalink
fixed a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasColas authored and dickreuter committed Feb 25, 2024
1 parent de846fd commit 6c67c51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.rst
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ Agents
- [x] Random agent
- [x] Equity based strategy (i.e. call and bet above threshold)
- [x] Equity based strategy with genetic algorithm, adjusting the treshold based on winning agent.
- [x] C++ imlementation of equity calculator to significantly speed up runs
- [x] C++ implementation of equity calculator to significantly speed up runs
- [x] Agent based on reinforcement learning with experience replay (Deep Q learning, based on keras-rl)
- [/] Custom agents (see above section for more details)

Expand Down Expand Up @@ -228,4 +228,4 @@ To contribute do the following:

.. |image0| image:: doc/pots.png
.. |image1| image:: doc/pytest.png
.. |image2| image:: doc/tensorboard-example.png
.. |image2| image:: doc/tensorboard-example.png

0 comments on commit 6c67c51

Please sign in to comment.