neuronphysics
neuronphysics
I have been trying to install `tensorflow` and `edward` on my macos laptop and I failed following all the recipes in the web. This is how I installed edward and...
# 🐛 Bug I am trying to use gpytorch library as a controller (regression) where I give as an input four previous states and it returns the action at the...
I have been trying to use this library to plot my mcmc results. I have 26 free parameters that have been measured by emcee but when I tried to plot...
Hi, I am trying to compute a KL divergence between a Gaussian Mixture model prior and a normal distribution posterior. It is analytically intractable unless doing some approximation. However, it...
## 🚀 Feature I would like to request the addition of support for Recurrent Neural Networks (RNNs) in the KFACOptimizer class. Currently, the KFACOptimizer class works for linear and 2D...
Hello, I am attempting to integrate the MeltingPot environment as a benchmark for my Multi-Agent Reinforcement Learning (MARL) algorithm. The repository appears to be updated frequently. I ran the example...
Hi, I've been attempting to set up the gfootball environment within a Conda environment that already included other multi-agent systems requiring Python 3.10. I've encountered difficulties while trying to install...
### Feature I kindly request the addition of support for the Kronecker-Factored Approximate Curvature (KFAC) optimization technique in LSTM and GRU layers within the existing KFAC Optimizer. Currently, most of...
Hi, I am trying to test a baseline model which is published in 2019 and the code is written in tensorflow 1. I'm looking for some help with its installation...
The documentation of this library is very limited and it is hard to parse how it should be applied for different applications. For instance, in Many RL algorithms such as...