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

Offline RL example bug. #766

@LLYYKK

Description

@LLYYKK

When I tried to run the offline RL example, the following bug came up:

'''
in load_buffer_d4rl replay_buffer = ReplayBuffer.from_data(TypeError: ReplayBuffer.from_data() missing 2 required positional arguments: 'terminated' and 'truncated'
‘’‘

The d4rl dataset do not have keys of 'terminated' and 'truncated', but .from_data requires.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions