Closed dnhkng closed 6 years ago
I included the tensorforce version I used in the requirements.txt, yeah I need to update it to the latest version
Hi, have you updated the notebook? I struggled with the "Configuration" part. I tried to read the updates on tensorforce documentation but failed on exploration.
Great thanks for any updates for this project!
Yup the latest commit updates to to 0.3.5.2. When you run into version errors, make sure you install the right version from requirements.txt
file.
Hi,
Nice work on this project! I much prefer Jupyter to what the paper's authors have used.
I've just installed the dependencies, and have hit some errors:
# sanity check out environment is working state = environment.reset() state, reward, done=environment.execute(env.action_space.sample()) state.shape
gives me:
Skipping this cell and going further, I hit the next roadblock.
from tensorforce import Configuration
I have read on Tensorforce repo issues that the entire Configuration object has been scrapped (https://github.com/reinforceio/tensorforce/issues/132), so this breaks the current code here.