intitial commit
This commit is contained in:
5
pig_lite/instance_generation/enc.py
Normal file
5
pig_lite/instance_generation/enc.py
Normal file
@@ -0,0 +1,5 @@
|
||||
# this is the common encoding for different level tiles
|
||||
WALL = 1
|
||||
SPACE = 0
|
||||
EXPOSED = -1
|
||||
UNDETERMINED = -2
|
||||
Reference in New Issue
Block a user