rl_representations icon indicating copy to clipboard operation
rl_representations copied to clipboard

Learning representations for RL in Healthcare under a POMDP assumption

Results 2 rl_representations issues
Sort by recently updated
recently updated
newest added

In the code for generating the replay buffer mentioned in Issue 1, we need 'representations'(https://github.com/MLforHealth/rl_representations/blob/main/scripts/experiment.py#L493-L494). But the 'representations' is generated by (https://github.com/MLforHealth/rl_representations/blob/main/scripts/experiment.py#L427-L471) Does we also need it for replay buffer?...

Hello, my name is Yooseok Lim. I appreciate your well-structured and qualifying code. I have a question regarding your implementation. When I followed your code, I observed a very low...