accel-brain / accel-brain-code

The purpose of this repository is to make prototypes as case study in the context of proof of concept(PoC) and research and development(R&D) that I have written in my website. The main research topics are Auto-Encoders in relation to the representation learning, the statistical machine learning for energy-based models, adversarial generation networks(GANs), Deep Reinforcement Learning such as Deep Q-Networks, semi-supervised learning, and neural network language model for natural language processing.
https://accel-brain.co.jp
GNU General Public License v2.0
310 stars 92 forks source link

Module not found in pybdm #2

Closed Shulk7 closed 5 years ago

Shulk7 commented 5 years ago

Hi ! I have problems with pydbm 1.4.4 using search_maze_by_deep_q_network.ipynb. The module pydbm.cnn.convolutional_neural_network isn't found. Indeed I only found a convolutional_neural_network.pyx in pydbm/cnn not the actual module. Thanks in advance for your help

chimera0 commented 5 years ago

Thanks for your question, I'm not sure your environment, but you should install dependencies.

https://github.com/chimera0/accel-brain-code/tree/master/Reinforcement-Learning#installation