Stable-Baselines-Team / stable-baselines3-contrib

Contrib package for Stable-Baselines3 - Experimental reinforcement learning (RL) code
https://sb3-contrib.readthedocs.io
MIT License
506 stars 178 forks source link

[Feature Request] BBF algorithm implementation #206

Open Alian3785 opened 1 year ago

Alian3785 commented 1 year ago

🚀 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

araffin commented 1 year ago

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

Alian3785 commented 1 year ago

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