-
# Reinforcement learning for 3D Volleyball game
## Team members:
- Tamara Ilić SV45/2020 group 3
- Uroš Poček SV57/2020 group 3
## Assistant:
- Branislav Andjelic
## Problem being solved:
…
-
Tasks (from https://arxiv.org/pdf/2101.04653.pdf):
- Gaussian 2D (✔️)
![image](https://user-images.githubusercontent.com/72011736/154571187-da06a527-4ff3-40d9-972c-94e7db33e4a7.png)
- Gaussia…
-
Re-add the shapley value option. See `forest` branch prior to https://github.com/andykrause/hpiR/commit/84fc71da2fb78f60ef2c829f844532e042cff67a
-
L'appel à la fonction `hessian(pd::DependentScalingModel, data::IDFdata)` peut causer une erreur dans certains cas. Cette erreur a lieu lors de l'exécution de `PDMat(Symmetric(H))`
L'erreur est la …
-
I have a question regarding the simulation in pybullet.
in the widowx_env, pybullet never does stepSimulation(). Instead, the positions of the robot are forced into the new postition. Why did you cho…
-
# Issue
I am using neural networks as closure models in CFD simulations for which double precision (64 bit floats) is required.
Short story: I am export a double precision model trained in pytorch t…
-
Hi Kosuke,
I've tried your model on breakout game. The performance was amazing, the average score went up to 520 after 80M steps. It's far more better than any other model I've tried.
But the …
-
Hello
I have this error in the middle of the training loop and I do not know how to solve it.
Thank you for guiding me.
WARNING: sensor object went out of the scope but the sensor is still ali…
-
Hi, I think this work is super cool and I am really looking forward to trying this out in the simulator. I have installed rfuniverse and bought the cloth dynamics. So my next step is basically to load…
-
Right now, evaluations with or without MCTS are not consistent at all:
```python
from src.evaluation.evaluate import evaluate_two_models
from src.utils import best_saved_model, set_gpu_index, ini…