You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project is amazing!I already experienced the pre-trained model.
But I don't know how to visualize this training process.
where should i put these config? ↓
env = StreamWrapper(
env,
stream_metadata = { # All of this is part is optional
"user": "pw", # choose your own username
"env_id": id, # environment identifier
"color": "#0033ff", # choose your color :)
"extra": "", # any extra text you put here will be displayed
}
)
If I could train the model while visually observing the model,That would be really nice!
The text was updated successfully, but these errors were encountered:
This project is amazing!I already experienced the pre-trained model.
But I don't know how to visualize this training process.
where should i put these config? ↓
env = StreamWrapper(
env,
stream_metadata = { # All of this is part is optional
"user": "pw", # choose your own username
"env_id": id, # environment identifier
"color": "#0033ff", # choose your color :)
"extra": "", # any extra text you put here will be displayed
}
)
If I could train the model while visually observing the model,That would be really nice!
The text was updated successfully, but these errors were encountered: