Block or Report
Block or report Howuhh
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
tinkoff-ai/CORL Public
High-quality single-file implementations of SOTA Offline RL algorithms: AWAC, BC, CQL, DT, EDAC, IQL, SAC-N, TD3+BC, LB-SAC
-
Implementation of Trajectory Transformer with attention caching and batched beam search
-
tinkoff-ai/sac-rnd Public
Official implementation for "Anti-Exploration by Random Network Distillation", ICML 2023
Python 19
-
tinkoff-ai/lb-sac Public
Official implementation for "Q-Ensemble for Offline RL: Don't Scale the Ensemble, Scale the Batch Size", NeurIPS 2022, Offline RL Workshop
-
Prioritized Experience Replay implementation with proportional prioritization
420 contributions in the last year
Activity overview
Contribution activity
June 2023
Created an issue in patrick-kidger/equinox that received 6 comments
transformations inside of init
Hi! At one point, I thought the code would be clearer if I applied the right transformations to the layers immediately instead of on the forward pa…