-
First: I'm very happy to see the new PyTorch SB3 version! Great job!
My question is whether pretraining-support is planned for SB3 (like for SB: https://stable-baselines.readthedocs.io/en/master/g…
-
Dear @bango123,
I am trying to train a scene for a simplified, yet more complex than the one of this work, task. I am struggling to obtain good results, if any to be honest...
I am wondering if…
nndei updated
4 years ago
-
A few suggestions for further improvement of the end-to-end CNN to autonomously drive a car in the Udacity Simulator:
- Use Python Generators to feed the data without having to load all at a time.
…
jmtc7 updated
4 years ago
-
Note: It is debatable what console encoding should apply when remoting into a Window machine - the caller's or the target machine's - but (effectively) using _ANSI_ encoding - rather than the OEM cod…
-
I have recieved this error
eventhough I had added this line in the config file
self_play:
window: 10
play_against_latest_model_ratio: 0.5
save_steps: 50000
swap_ste…
-
Please go to Stack Overflow for help and support:
http://stackoverflow.com/questions/tagged/tensorflow
Also, please understand that many of the models included in this repository are experimenta…
-
With C# 8, developers will be able to express whether a given reference type can be null:
```C#
public void M(string? nullable, string notNull, IEnumerable nonNullCollectionOfPotentiallyNullEntrie…
-
Need to understand and implement the blackboxes in the V1 pipeline, especially how egress spec affects the egress port.
stp59 updated
4 years ago
-
# Original
Since `IReadOnlyList` was added the parity between sets and lists has declined. It would be great to re-establish it.
Using it would be an implementation-agnostic way of saying: "here …
-
I set up imitation learning using my own environment.
Even I played a teacher agent for 30 minutes it seems that there is no progress at all.
I thought that imitation learning can surprisingly…