Andriy Drozdyuk

Results 59 issues of Andriy Drozdyuk

Whats the point of this section of the package.ls if you specifically say to run `./scripts/server.sh`??? Why not `npm start`? Why do we need to run `./scripts/init.sh` instead of `npm...

In my latex document, I use todo commands like this: ``` \todo[inline, caption={Use more math}]{Use a little bit more mathematical notations here} ``` Where the format of the command is...

Fixed headings in the readme.

Could you please re-write this to start automatically as part of the general OTP supervision tree? I think having one registered process would be great, to do: `:datadogsd.gauge(..`

Having read the [docs](https://github.com/deepmind/acme/blob/master/docs/components.md) and the code for the [episode adder](https://github.com/deepmind/acme/blob/master/acme/adders/reverb/episode.py#L51) I still don't quite understand it. Is it just the simplest adder? E.g. adding every transition to one long...

documentation

How can we replace the deprecated `isTerminated` method? It is used in [FlyingBehaviour.scala](https://github.com/danluu/akka-concurrency-wyatt/blob/master/src/main/scala/FlyingBehavior.scala) on line 93: ``` def prepComplete(data: Data): Boolean = { data match { case FlightData(c, _, _,...

It woulld be nice if we had access to the `info` dict in the stop callback. Presently the stopping callback in trainer looks like this: ``` def stop_fn(mean_rewards): return mean_rewards...

enhancement

This might be a weird issue, but I would like to make a case in favour of _getting rid of inheritance hierarchies_ among policy classes in tianshou. For example, let...

enhancement
discussion

When I start my up without eventstore connection, my Extreme library correctly tries to reconnect: ``` [warn] Error connecting to EventStore @ localhost:1113. Will retry in 2000 ms. ``` But...

_I'll just leave this here, as I personally would find this useful. Feel free to close it if it's irrelevant._ It would be nice to support a simple catch-up-subscription, per...

enhancement