Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
flowers-team
/
Interactive_DeepRL_Demo
like
29
Running
App
Files
Files
Community
24365f8
Interactive_DeepRL_Demo
/
js
/
bodies
/
bodies_enum.js
ClementRomac
HF staff
Added interactive demo with some policies
09a6f7f
about 2 years ago
raw
Copy download link
history
blame
Safe
91 Bytes
let
BodyTypesEnum
= {
WALKER
:
0
,
SWIMMER
:
1
,
CLIMBER
:
2
,
AMPHIBIAN
:
3
,
};