Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
ZacBl
/
OrbitRL
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ZacBl
commited on
May 15, 2025
Commit
d8c8e20
·
verified
·
1 Parent(s):
677e29c
Update Const.py
Browse files
Files changed (1)
hide
show
Const.py
+1
-1
Const.py
CHANGED
Viewed
@@ -22,7 +22,7 @@ GREEN = (100,230,72)
22
23
random.random()
24
25
-
DEVICE = "
mps
"
26
27
# Weights for reward components
28
22
23
random.random()
24
25
+
DEVICE = "
cpu
"
26
27
# Weights for reward components
28