-
Hi,
I am using pyglet as my default window for the zengl examples.
When I try to run my examples with RenderDoc I get the following exception:
```
Traceback (most recent call last):
File "D:\…
-
RTX3060 with 6BG memory, ubuntu 22.04
in environment.yml I changed `cudatoolkit=10.2` with `cudatoolkit=11.3`
in team_code_transfuser/requirements.txt I changed
```python
torch==1.11.0
torcha…
-
### What happened + What you expected to happen
DMCEnv does not work in main. It uses np.int, which is now removed from numpy. This is easily fixed with a monkey patch. More easily fixed by replaci…
-
### What happened + What you expected to happen
I am trying to load the pettingzoo.classic.connect_four environment, but am running into issues related to observation space and action space. I beli…
-
### Bug description
```
@torch.no_grad()
def validation_step(self, dataloader_iter, batch_idx):
```
will breaks the method signature and its first argument will be batch not a iterator.…
-
Hi, I found issue of pyinstaller 5.x quits freezing when 'import gi.pygtkcompat' encountered in a source-file('twisted' in this case). This happens because that module has various gstreamer import ref…
-
!! Traceback (most recent call last):
!! File "/Users/Emma/PycharmProjects/Madendor/Masendor-0.6.3.5 2/main.py", line 12, in
runmenu = game.Game(main_dir, error_log)
!! File "/Users/Emma/P…
-
Running "sudo ./emailproxy.py --no-gui" yields the attached log. I'm not sure why root can't open these ports....
[log.txt](https://github.com/simonrob/email-oauth2-proxy/files/11236176/log.txt)
-
The vector class has the potential to be a faster alternative to the use of a length 2 tuple or list. It lets you have direct access to its coordinates and that simplifies many functions. When I tried…
-
Hi @Serafadam , Iam using ubuntu 22.04 and working with ros2 humble. I installed the depthai-ros from source. I got the error when trying to launch `ros2 launch depthai_ros_driver camera.launch.py`.
…