Skip to content
#

openai

Here are 194 public repositories matching this topic...

Sharad24
Sharad24 commented Sep 2, 2020

Probably as a result of #294

Issue might be that there is a detach().clone() missing somewhere. What ends up happening is that an underlying pointer reference is passes on which later becomes 0. For e.g.

rewards = torch.zeros(10) # Assuming there are 10 envs
rewards[i] = self.env.rewards[i] # This might be incompatible. As a clone operation might be needed.

Similarly f

diegoferigo
diegoferigo commented Jul 15, 2020

The recently introduced SDF randomizer #177, part of the bigger randomization plan defined in #41, allows to randomize mostly all entries of an SDF model taking advantage of XPaths.

This is applied also to the inertia parameters that define the inertia matrix. However, sampling the parameters from a random distribution sometimes lea

Improve this page

Add a description, image, and links to the openai topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the openai topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.