-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
discussionDiscussion of a typical issueDiscussion of a typical issue
Description
- I have marked all applicable categories:
- exception-raising bug
- RL algorithm bug
- documentation request (i.e. "X is missing from the documentation.")
- new feature request
- I have visited the source website
- I have searched through the issue tracker for duplicates
- I have mentioned version numbers, operating system and environment, where applicable:
import tianshou, torch, sys print(tianshou.__version__, torch.__version__, sys.version, sys.platform)
What might be a best practice using Tianshou for offline RL?
Save to the buffer and pickle it to storage and then use it as an offline replay buffer (no further data gathering) for algorithm training?
This issue has some relevant discussion but I am not talking about TPU. #24 (comment)
Metadata
Metadata
Assignees
Labels
discussionDiscussion of a typical issueDiscussion of a typical issue