-
Four equations in four sections of the "Solid State Device" section require the silicon density parameter (ni_cm^-3) which is calculated by the function SIDENS(T_K). The function exist in the HP50G a…
-
Using the code on the `Creating an environment` section on the README, the created vector env is not following the [gym vector API](https://www.gymlibrary.ml/content/vector_api/#working-with-vectorize…
-
The bot thinks it can use the block on the right (that is one block high) on the right to get to the block in front (that is two blocks high). The bot thinks it can travel diagonally, but it can't sin…
-
- System: WSL-kali/WSL-Ubuntu (Windows 10 22H2 19045.2965), Ubuntu 22.04
- Docker Engine Version: 19.03.13
- Docker Desktop Version: 20.10.24
When running `python run_grasp_simulation.py`, the fo…
-
Implement the accumulation for force and energy using fixed precision - this way the current flavors of atomicAdd_x_y functions from vectype_ops.clh could drop the costly while loop in favor of existi…
-
# Software tools
The software tools listed here are ones that we've found useful for various [Wild Peaches](https://wildpeaches.xyz/) articles, or maybe we think they'll cool once we get around to th…
-
I am using HoverAviary environment to learn a reinforcement learning controller. But I want to show a visual target (a small cube or something similar to it) to show what is the desired location of th…
-
Moving issue 24 from gitlab originally submitted by @aprilnovak:
Convergence can be improved if the fission source in iteration `i+1` is taken from iteration `i`. The `CoupledDriver` currently call…
-
```
// Description of Bug
//-------------------
// Sometimes the physics sprites are not setup/initialized properly when
// getPhysicsWorld()->setAutoStep(false) is used.
// e.g. a manual physics step…
-
Hi everyone,
I have been using AirSim for my project simulations since long time and have developed my own version of your project (added few extra functionalities depending on my needs).
I am run…