-
@gms158 and @wjt5121
Lets see if we can get a ggshark type of simulation going
There are three aims in this task:
1 Modify scripts and automated infrastructure to run a ggshark simulation
2 t…
-
### Godot version
3.5rc5
### System information
Windows 10, Nvidia gtx 1660Ti, latest drivers, GLES3
### Issue description
Check the test scene, the agents easily cluster without taking…
-
**Describe the bug**
When there are agents dying throughout the simulation (using do die statement), many functions result in an error as they try to consider dead agents as well. One example is the …
-
For the simplest Lucas case, the agents are infinite horizon agents.
`cycles=0` must be passed to the `solve` method.
This can profoundly impact the run-time of our simulations, and is a good re…
-
test these functions:
```
get_pnl
get_pnl_no_mock
get_pnl_excluding_agent_0
get_pnl_excluding_agent_0_no_mock
```
_Originally posted by @wakamex in https://github.com/element-fi…
-
I found that the carema images are different between different simulation sessions even though the vehicle is placed at exactly the same location. All other sensors have same reading (imu, radar, etc.…
-
Hi, thanks for open sourcing the great library!
I'm using it to experiment with MCTS on a project, and I have a question regarding the function \sigma used in constructing the improved policy: \pi'…
-
### Requirements of this design
1. Maintaining active connections between nodes to form a 'strongly connected' network.
2. Decentralised connection forming and `NAT` punching.
3. Decentralised me…
-
**High Level Description**
We would like to setup the initial position of reinforcement learning agents inside a chosen scenario, so that simulations always start in the same way from one run to the …
-
Hello!
I'm trying to use `mctx` library to train MuZero agent and have some troubles with understanding `RootFnOutput`.
I have two methods `.root` and `.recurrent`:
```python
def root(
…