d3rlpy icon indicating copy to clipboard operation
d3rlpy copied to clipboard

Can we add info to dataset?

Open AprilXiaoyanLiu opened this issue 3 years ago • 2 comments

I'm trying to modify the cql to adjust our case. In our scenaro, we have varying number of available actions per state so try to use action mask to mask out the invalid actions. In that case, I need the either store in observations as dictionary or store with info.

AprilXiaoyanLiu avatar Aug 31 '21 21:08 AprilXiaoyanLiu

@AprilXiaoyanLiu Hello, thanks for the issue. Sorry, I don't understand your use case. What do you mean by mask out the invalid actions? Is the action different from the dataset actions?

takuseno avatar Sep 01 '21 11:09 takuseno

@takuseno In my use case scenario, different state has different available actions. So at each state, I hope to mask out the actions that are invalid/not available for each state.

AprilXiaoyanLiu avatar Sep 02 '21 21:09 AprilXiaoyanLiu