Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix/dqn example #121

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

KaleabTessera
Copy link

This PR includes two fixes for the dqn example:

  1. Fix import error:

    Traceback (most recent call last):
      File "examples/simple_dqn.py", line 28, in <module>
        from rlax.examples import experiment
    ModuleNotFoundError: No module named 'rlax.examples'
    

    There is already a PR for this, but this fixes the whole dqn example.

  2. Fix epsilon scheduling (Epsilon keeps getting reintialized in the example script #102).

    These lines (1 , 2) reset the actor steps, which results in the wrong counts being passed to the eps scheduling function here. This outcome of this is a cyclic eps schedule which is not intended.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant