Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing Installation instructions and errors with Tensorboard #1

Open
scprotz opened this issue Apr 13, 2021 · 2 comments
Open

Missing Installation instructions and errors with Tensorboard #1

scprotz opened this issue Apr 13, 2021 · 2 comments

Comments

@scprotz
Copy link

scprotz commented Apr 13, 2021

I followed the installation instructions given on the home page. It did not say I needed tensorflow, but do because of tensorboard.

When grabbing the default tensorflow at the time of this issue (2.4), received the errror:

AttributeError: module 'tensorflow.python.pywrap_tensorflow' has no attribute 'EventsWriter'

Any suggestion on the correct tensorflow to grab or can is it possible to update the install instructions on a 'clean' system with the proper versions?

I also had to install 'sentencepiece' which was not listed and 'torch'

Appreciate it and look forward to trying out tdqn.

@agSidharth
Copy link

Did anyone find a solution to this issue??
Thanks

@Hannibal046
Copy link

commenting this out works for me
logger.make_output_format('tensorboard', log_dir)

tb = logger.Logger(log_dir, [logger.make_output_format('tensorboard', log_dir),

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants