[Feature] Allow recorders to collect a number of episodes, not only steps
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 3.6k
- Forks
- 487
- Avg merge
- 23h 50m
- Merged PRs (30d)
- 209
Description
Recorder should accept a number of episodes to records instead of a number steps
Originally posted by @albertbou92 in https://github.com/pytorch/rl/pull/1076#discussion_r1176072668
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue names the Recorder and its existing step-based limit, but no files or tests are identified. Start by locating the Recorder implementation and its limit-related tests, then trace how recording termination is handled. Done means callers can request a number of episodes while the existing step-based behavior remains supported.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, pytorch
- Domain
- machine-learning
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100