A library of reinforcement learning components and agents
Role in this project:
ML Engineer Contributions:9 commits, 2 comments in 3 months
Contributions summary:Alexis primarily contributes to reinforcement learning agents and algorithms within the Acme library. They added options for offline reinforcement learning methods like TD3+BC and CRR, which involved modifications to the TD3 learner class, including new hyperparameters and loss calculations. The user also integrated SARSA targets and provided example implementations for offline training, modifying dataset iterators. Moreover, they corrected the TD3+BC implementation.
reinforcement-learningreinforcementagentsdeep-reinforcement-learning
Role in this project:
ML Engineer Contributions:6 commits in 8 months
Contributions summary:Alexis primarily contributed to the `psycholab` module, focusing on the development of multi-agent grid world games for reinforcement learning research. They implemented game mechanics and action spaces, as well as functions for state representation such as `discrete_state` and `one_hot_state`. Furthermore, they incorporated gym-like action spaces, expanding the library's integration with reinforcement learning environments. The user's changes also included updates to test files, demonstrating a focus on ensuring the proper functionality of the game environment.
googlemachine-learningai