謝承修
Results
1
issues of
謝承修
In the notebook `example/2022-12-10-textrl-elon-musk.ipynb`, the reward calculation in the `MyRLEnv` class should be updated for correct scoring. Specifically, the function `get_reward` needs modification. **Current Code:** ```python class MyRLEnv(TextRLEnv): def get_reward(self,...