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

AttributeError: module 'keras.layers' has no attribute 'regularizers' #1

Open
enavid opened this issue Mar 5, 2022 · 1 comment
Open

Comments

@enavid
Copy link

enavid commented Mar 5, 2022

Thank you for your repository.
I run all your command in the file read me. when I run code in this section "Define the Task, Design the Agent, and Train Your Agent!", I suck in this error
AttributeError: module 'keras.layers' has no attribute 'regularizers'

@davidchangoluisa
Copy link

I solved this by installing the libraries according to the requirements.txt files. You can also manually include the required versions while creating the conda env.

conda create -n quadcopter python=3.6 matplotlib=2.2.3 numpy=1.15.1 pandas=0.23.4 jupyter=1.0.0 keras=2.2.2 imageio=2.4.1

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