JustinS
JustinS
I am trying to install the obstacle tower gym environment, and it appears that it is not compatible with the latest numpy release, and will only work with older versions...
I am trying to install the deepmind lab python interface on Linux Mint 19.3, but I am getting the following error: ``` ERROR: deepmind_lab-1.0-py2-none-any.whl is not a supported wheel on...
### What is your issue? I recently upgraded to pytorch version 1.8.1+cu102, and now I am getting an error when I run the code that you have helped me with...
### Informations - **Qiskit version**: qiskit-0.33.1 - **Python version**: Python3.8 - **Operating system**: Ubuntu 18.04.3 LTS ### What is the current behavior? ``` raceback (most recent call last): File "",...
I am trying to use Arena on Linux Mint 19.3 through python 3.7, and when I tried to run python train.py -f ./arena-experiments/Arena-Benchmark.yaml I got the following output: Traceback (most...
### Question I have written a custom Minigrid environment recently and I am trying to modify the action space to exclude irrelevant actions. The only actions that it needs are...
Given that the OpenAI Gym package has been retired, I was wondering if Dopamine has been updated to be compatible with the Farama Foundation's Gymnasium package, or if such an...
When it comes to using measurement results in learning methods, is there a way to simply get the exact probability for each measurement result (as opposed to the expectation for...
First of all, thanks again so much for your help with the parameter updating problem that I reported a few weeks ago. I have now encountered another issue. What seems...
I have written a QuantumModule with the following properties, showing only the constructor: ``` class QPTModel(tq.QuantumModule): class QLayer(tq.QuantumModule): def __init__(self): super().__init__() self.n_wires = 8 self.n_actions = 4 self.rz_0_0 = tq.RZ(has_params=True,...