facebookresearch / ReAgent

A platform for Reasoning systems (Reinforcement Learning, Contextual Bandits, etc.)
https://reagent.ai
BSD 3-Clause "New" or "Revised" License
3.56k stars 516 forks source link

missing init causes offline RL example to fail #599

Open vmarelli opened 2 years ago

vmarelli commented 2 years ago

Dear,

init file should be added here reagent/prediction/cfeval/init.py

This causes the example of RL offline to fail

gji1 commented 2 years ago

Hi @vmarelli, the problem should have been fixed in PR#600. Please let us know if there's still any issue.