Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(buffers): remove unused 'rew_dim' argument #327

Merged
merged 1 commit into from
Aug 11, 2023

Conversation

rickstaa
Copy link
Owner

This pull request removes the rew_dim argument in the ReplayBuffer and TrajectoryBuffer since it is
uncommon for Gymansium environments to have multi-dimensional reward spaces. This code was added
because of a prototype we did some time ago.

BREAKING CHANGE: the ReplayBuffer and TrajectoryBuffer classes don't
take a rew_dim argument anymore.

This commit removes the `rew_dim` argument in the `ReplayBuffer` and
`TrajectoryBuffer` since it is
uncommon for Gymansium environments to have multi-dimensional reward
spaces. This code was added
because of a prototype we did some time ago.

BREAKING CHANGE: the `ReplayBuffer` and `TrajectoryBuffer` classes don't
take a `rew_dim` argument anymore.
@rickstaa rickstaa merged commit a69a7f6 into main Aug 11, 2023
13 checks passed
@rickstaa rickstaa deleted the remove_redundant_rew_dim branch August 11, 2023 14:24
This was referenced Jan 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant