这是indexloc提供的服务,不要输入任何密码
Skip to content

The best practice using Tianshou for offline RL? #188

@szrlee

Description

@szrlee
  • 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?

offline-RL

This issue has some relevant discussion but I am not talking about TPU. #24 (comment)

Metadata

Metadata

Assignees

No one assigned

    Labels

    discussionDiscussion of a typical issue

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions