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

Errors in a3c.py #130

Open
confiwent opened this issue Mar 9, 2021 · 1 comment
Open

Errors in a3c.py #130

confiwent opened this issue Mar 9, 2021 · 1 comment

Comments

@confiwent
Copy link

Hi, Hongzi,

There are two typos on line 70 and 168 of a3c.py, which result in an input error, I think,
split_5 = tflearn.fully_connected(inputs[:, **4:5**, -1], 128, activation='relu')
should be
split_5 = tflearn.fully_connected(inputs[:, **5:6**, -1], 128, activation='relu')

@hongzimao
Copy link
Owner

I think you are right, as also pointed out by others #93

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

2 participants