google-deepmind / google-deepmind/lab

Can you choose coordinates for the decal placement?

Open
#156 4 comments 0 reactions 0 assignees View on GitHub
Dominant language
C
Stars
7.4k
Forks
1.4k
PR merge metrics
No merged PRs in 30d

Description

So I am trying to place the decals in custom locations -- would like to just have a (row,col) coordinate for placing the decals.

I can see right now how I change the decal frequency and control how many I will have (some decimal that is diving into 100) -- but then they are randomly placed. I see that once it randomly places them it keeps that configuration for the maze, no matter how many times I run the maze -- but still doesn't let me place them where I want. So how can I chose where they get placed? Thanks so much !!

Here is where I can see I can edit the decal frequency:
/lab/game_scripts/themes
in file themes.lua

this line:
local decalFrequency = opts.decalFrequency or 0.01

0.01 makes 1 decal, 0.1 makes 10 decals... etc

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.