Commit Graph

6 Commits

Author SHA1 Message Date
Younggyo Seo
85cb1c65c7
Fix replay buffer issues when n_steps > 1 (#7)
- Fix an issue where the n-step reward is not properly computed for end-of-episode transitions when using n_step > 1.
- Fix an issue where the observation and next_observations are sampled across different episodes when using n_step > 1 and the buffer is full
- Fix an issue where the discount is not properly computed when n_step > 1
2025-06-07 01:20:48 -04:00
Younggyo Seo
fe028b578f update README and gitignore 2025-06-01 22:50:02 +00:00
Younggyo Seo
544adac2b4 fix typo 2025-05-29 17:53:35 +00:00
Younggyo Seo
5725eba3b8 memory optimization for playground 2025-05-29 06:58:28 +00:00
Younggyo Seo
5db18c2de2 update citations to include blog posts 2025-05-29 02:40:43 +00:00
Younggyo Seo
258bfe67dd Initial Public Release 2025-05-29 01:49:23 +00:00