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

Updates: Support the latest Atari environments and state entropy maximization-based exploration #298

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

Conversation

yuanmingqi
Copy link

@yuanmingqi yuanmingqi commented May 28, 2022

  • Update for supporting the latest Atari environment
    Tested using the following dependences:
    stable-baselines3==1.5.0
    gym==0.21.0
    ale-py==0.7.4

  • Update for supporting state entropy maximization-based exploration
    Intrinsic rewards can improve the exploration when handling complex environments with high-dimensional observations. Thus I added the following module entitled "State entropy maximization with random encoders for efficient exploration (RE3)". Since RE3 requires no auxiliary models, it won't decrease the computational efficiency. Use --use--sem to invoke it!

@yuanmingqi yuanmingqi changed the title Update: Support the latest Atari environments Update: Support the latest Atari environments and state entropy maximization-based exploration May 29, 2022
@yuanmingqi yuanmingqi changed the title Update: Support the latest Atari environments and state entropy maximization-based exploration Updates: Support the latest Atari environments and state entropy maximization-based exploration May 30, 2022
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.

None yet

1 participant