-
🔭 Working on Deep Reinforcement Learning. Interested in Exploration, Representation Learning, LLM-guided agents, Intrinsic Motivation and World Models.
-
👨💻 Personal webpage: https://roger-creus.github.io/
-
📫 Reach out: creus99 [at] protonmail [dot] com
-
Mila Québec
- Montréal, Québec, Canada.
- https://roger-creus.github.io/
- @creus_roger
Pinned Loading
-
vwxyzjn/cleanrl
vwxyzjn/cleanrl PublicHigh-quality single file implementation of Deep Reinforcement Learning algorithms with research-friendly features (PPO, DQN, C51, DDPG, TD3, SAC, PPG)
-
RLE-Foundation/RLeXplore
RLE-Foundation/RLeXplore PublicRLeXplore provides stable baselines of exploration methods in reinforcement learning, such as intrinsic curiosity module (ICM), random network distillation (RND) and rewarding impact-driven explora…
-
RLE-Foundation/rllte
RLE-Foundation/rllte PublicLong-Term Evolution Project of Reinforcement Learning
-
Wave-Defense-Learning-Environment
Wave-Defense-Learning-Environment PublicA videogame made with PyGame turned into an Open AI Gym Learning Environment for Reinforcement Learning agents.
Python 14
-
471 contributions in the last year
Day of Week | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | April Apr | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Activity overview
Contribution activity
April 2025
Created 1 commit in 1 repository
Created a pull request in vwxyzjn/cleanrl that received 2 comments
Adding Rainbow algorithm
Description Added the Rainbow algorithm from Rainbow: Combining Improvements in Deep Reinforcement Learning which achieves better performance in At…