Simulate a basketball #2905
Unanswered
drAshcroft
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello all, I have been working on a simple RL system where an arm bounces a ball. The problem seems to be that the ball does not bounce.
` backend_name = os.environ.get(BACKEND_ENV, "cpu")
genesis.init(backend=getattr(genesis, backend_name), logging_level="warning")
`
Is there another way to get the ball to bounce and act like an elastic object?
Beta Was this translation helpful? Give feedback.
All reactions