Problem Description
The lights never seem to dim for the Searing Spotlights environment, causing the spotlights to be unnoticeable. Messing around with the "Light Parameters" such as "light_dim_off_duration" and "light_threshold" seem to have no effect.
Video Clip
Here is a link to a video clip showing a random policy running in the Searing Spotlights environment. The environment in the video was rendered with "rgb_array" as the render mode. The "debug_rgb_array" render mode outputs the same thing.
Google Drive Link (takes a while to load)
To Reproduce
Running on an M2 Macbook Air with macOS Sonoma 14.0.
Commands to run:
conda create -n memory-gym python=3.11 --yes
conda activate memory-gym
git clone https://github.com/MarcoMeter/drl-memory-gym.git
cd drl-memory-gym
pip install -e .
python memory_gym/searing_spotlights.py
The repository was cloned with commit 7900c0d046680fbaee1712c98daa88a2ad3be3f8.
I have also verified that I am running with PyGame 2.4.0 and Gymnasium 0.29.0.
>>> import pygame
pygame 2.4.0 (SDL 2.26.4, Python 3.11.5)
Hello from the pygame community. https://www.pygame.org/contribute.html
>>> pygame.version.ver
'2.4.0'
>>> import gymnasium
>>> gymnasium.__version__
'0.29.0'
Problem Description
The lights never seem to dim for the Searing Spotlights environment, causing the spotlights to be unnoticeable. Messing around with the "Light Parameters" such as "light_dim_off_duration" and "light_threshold" seem to have no effect.
Video Clip
Here is a link to a video clip showing a random policy running in the Searing Spotlights environment. The environment in the video was rendered with "rgb_array" as the render mode. The "debug_rgb_array" render mode outputs the same thing.
Google Drive Link (takes a while to load)
To Reproduce
Running on an M2 Macbook Air with macOS Sonoma 14.0.
Commands to run:
The repository was cloned with commit
7900c0d046680fbaee1712c98daa88a2ad3be3f8.I have also verified that I am running with PyGame 2.4.0 and Gymnasium 0.29.0.