stable-baselines3-contrib icon indicating copy to clipboard operation
stable-baselines3-contrib copied to clipboard

[Feature Request] BBF algorithm implementation

Open Alian3785 opened this issue 2 years ago • 2 comments

🚀 Feature

Can a recent BBF algorithm be added to the library- https://github.com/google-research/google-research/tree/master/bigger_better_faster?

Motivation

It is model free single agent RL algorithm which this library specializes in. It`s more sample-efficient then Dreamerv3 or PPO at least in some task

Pitch

Addition of BBF algorithm to the library so everyone can use it for custom environments

Alternatives

Add other algorithm with comparable efficiency

Additional context

paper - https://paperswithcode.com/paper/bigger-better-faster-human-level-atari-with

Checklist

  • [X] I have checked that there is no similar issue in the repo
  • [X] If I'm requesting a new feature, I have proposed alternatives

Alian3785 avatar Aug 26 '23 20:08 Alian3785

Hello, That would indeed be a good addition for SB3 contrib, would you be willing to contribute?

araffin avatar Aug 28 '23 16:08 araffin

I have a knowledge of RL on the level of running stable baselines 3 on custom envs. So I`m willing but not able to do it.

Can contribute only by testing for now

Alian3785 avatar Sep 02 '23 20:09 Alian3785