Yijie Xu
Yijie Xu
Hey dude, So I managed to run your original code, however it terminates after one picture being taken? Run log is shown below, `I/art: humin current process: com.hzitoun.camera2secretpicturetaker I/art: current...
Hello, I've tried adapting your approach during training to some pre-existing code of mine, however I am constantly met with the ValueError. My model is different from yours, but essentially...
Hello, Excellent work on this. I wanted to evaluate the performance of your models on some other index. I took a look at your data csv files, and found the...
Reinforcement learning uses MLP architectures by design, hence in theory it should be possible to implement in OpenChem. Rewards tend to be passed into the model as a loss via...
Hi! Great demo and amazing open source software! Im struggling to put together the difference between a .gram and .dict files. In the demo, we have multiple grammar files containing...
Hi Phil, I implemented your DuelDDQN architecture for myself, and was curious as to the following snippet of the learning function, as my question wasn't detailed in the course. ```...
Hi My model has trained on the vizdoomgym environment, but how do you recommend we visualize gameplay results? I've tried wrapping the environment in the monitor class, but this returns...
Has anyone successfully attached a discriminator component to this autoencoder? The model itsef is deceptively simple, not sure if its possible?
Great repo! I was wondering what would be the proper protocol to create a script that would detect when a topic is gaining popularity over normal. Script would run hourly....
So it seems I found an issue after all, but its probably a misunderstanding on my part! You specify that the error delta(j) is calculated by taking the difference between...