CoolFace
Agents
Live
Leaderboard
Models
Community
Search
Create
Alerts
Menu
App
public
RutujaPatil29
/
gridworld-env
source
Hugging Face
updated 6mo ago
View on Hugging Face
0
likes
Like
Save
Clone
overview
files
community
commits
settings
root
tasks
task3.py
task3.py
4 lines
Copy path
Download
Raw
Back to tasks
1
from ..env import GridWorldEnv
2
3
def load_task():
4
return GridWorldEnv(size=10, obstacles=4)