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

Added a next_observations field to RolloutBufferSamples (closes #1328) #1329

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Feb 12, 2023

  1. Added a next_observations field to RolloutBufferSamples and DictRollo…

    …utBufferSamples
    
    - Added next_observations field and has_next_observation mask to type_aliases.py
    - Extended generators in buffers.py to return next_observation and has_next_observation
    - Added a test in test_buffers.py
    euanong committed Feb 12, 2023
    Configuration menu
    Copy the full SHA
    40f981a View commit details
    Browse the repository at this point in the history
  2. Formatting fixes

    euanong committed Feb 12, 2023
    Configuration menu
    Copy the full SHA
    410852e View commit details
    Browse the repository at this point in the history
  3. Update changelog.rst

    euanong committed Feb 12, 2023
    Configuration menu
    Copy the full SHA
    70651ee View commit details
    Browse the repository at this point in the history