-
This is a feature that I would love to steal from Elm :)
In Elm, if I define a record as such
```fsharp
type Foo = {
Bar : int
Baz : int
}
```
I then automatically get functions such…
-
I've recently hit the problem of the hard error in the case when there is no infinite loop: [my code](https://github.com/kirillbobyrev/pabi/blob/c47d4ab5e4821a78e39f223577e6418f52ce4282/src/chess/atta…
-
### What happened + What you expected to happen
I would like to use rllib's random policy for some agents in a multi-agent training setup. I have created two policies, on to train and the other that …
-
ITERATION1:
A class implementing the WFC algorithm for 2D grids. It uses an auxiliary Grid class to abstract the details of the grid. A Direction enum could help:
```C++
enum Direction { UP, DOWN…
-
Currently, we have the following implementations for Markov* policies:
- `Policy` - the base class for all MDP policies, which only requires `action_dist(s)`
- `TabularPolicy` - used primarily as th…
-
The plan applier should track nodes rejected from plans as repeatedly rejected nodes are a sign of the pathological #9506 `plan for node rejected` bug.
### Bug
Docs: https://www.nomadproject.io/…
-
IMO, Apollo Server should have a protection from deep nested and complex queries attacks by default (out-of-the-box), especially since many developers might not be aware of these concerns.
The algo…
-
Can someone help me to figure out what I am doing wrong?
I understand that nested functions were not described on the documentation, but it should work right?
I am trying to create an Oceananigans…
-
## Environment data
- Language Server version: v2021.4.1
- OS and version: OSX Catalina (10.15.7)
- Python version (& distribution if applicable, e.g. Anaconda): Python 3.9.1 (from …
-
The implemented behaviour of `gcd` is consistent if its arguments are rational numbers or polynomials. Trying to give a symbolic variable will
convert to polynomial which behaves unexpectedly:
```
…