User0000001

Results 17 issues of User0000001

In your code [here](https://github.com/fabiopardo/tonic/blob/0e20c894ee68278ab68322de61bb2c7204a11d5f/tonic/torch/agents/mpo.py) you link the MO-MPO [paper](https://arxiv.org/pdf/2005.07513.pdf). I don't know the math well enough to know the difference. I'm happy to find it in Torch, but I don't...

app.delete('/files/:id', (req, res) => { gfs.remove({_id: req.params.id, root: 'uploads'}, (err, gridStore) => { 'uploads' is the name of my bucket. This command is not getting it done.

In the MOMPO model, I see a lot of 'task', 'objective', and 'reward', but I'm not sure where the objectives are input to this model. Sorry, it's quite a lot...

`pio project init --ide visualstudio --board uno` I am following the [instructions here from the documentation](https://docs.platformio.org/en/latest/integration/ide/visualstudio.html?highlight=makefile). After creating the PlatformIO project in the command line I am not able to...

help wanted
integration

From the Read Me... >we are currently making preparations to open source the codebase. In the meantime, MuJoCo is available for download as a free and unrestricted precompiled binary under...

question

Under the control section of the `simulate.cc` file, I would like to modify it to make all joints move -1 and then move 1 every five seconds. The block of...

I have my C++, which is running an XML model in MuJoCo waiting every 1/60th of a second to take a step. I don't need to look at a simulation...

question

import Gallery from "react-photo-gallery" and Gallery photos={photos} in the jsx? ? Why not show how this works in an entire component like everyone else does with their npm packages? I...

I found some weights and I think I found the code for it but things don't look right in the layers of the saved weights. This is without talking about...

I don't see it anywhere. Is the code calling it by some external link in the code in this repo somewhere?

question