-
The main source code has recently been ported to ES2015 modules (see #9310); however, some parts are still relying on global namespace pollution and have thus become unusable.
Specifically the thin…
ghost updated
4 years ago
-
Would it be possible to add a licence to the project (I would recommend either MIT or Apache-2)? I'm thinking of extending the current API to ultimately be able to train multi-agent RL algorithms, but…
-
We currently have two simple scripts to visualize BabyAI levels. Should we delete one of them? Do we really need both of them? If we do need both of them, we should make their API consistent (right n…
rizar updated
5 years ago
-
Chapter 2 already has a visualization of an algorithm; what are the concepts that we can visualize? My first thoughts:
1. Table driven agent: show a table of the percepts and the resulting action. …
-
Please answer these questions before submitting your issue. Thanks!
#### What did you do?
```
$ cat main.go
```
```go
package main
import (
"crypto/x509"
"fmt"
"log"
)
func ma…
-
Version 4.6.32
When I run `new ClassGraph().verbose().scan()` under IntellJ IDEA I get:
```
Exception in thread "main" java.lang.IllegalAccessError: class nonapi.io.github.classgraph.utils.LogN…
-
Fist of all, excuse me for asking a question in the shape of an issue,
In MinecraftBasic-v0 the agent needs to touch the target block in partially observable environment where there is no lava. My q…
-
All the currently provided channel abstractions in `kotlinx.coroutines` are _hot_. The data is being produced regardless of the presence of subscriber. This is good for data sources and applications t…
-
Add support of partial classes. [Mixins](https://github.com/Microsoft/TypeScript/wiki/Mixins) is not the same, because it's run-time realization. Need compile realization, where partial classes will b…
-
Now in node we have callback or EventEmitter model to deal with async calls by default. But in my opinion it is better if every async function returns a native Promise (from new version of V8).
It do…
rdner updated
5 years ago