typewriter icon indicating copy to clipboard operation
typewriter copied to clipboard

An iA Writer inspired color scheme. It has support for vim, vim airline, vim lightline, tmux and urxvt/xterm.

Results 90 typewriter issues
Sort by recently updated
recently updated
newest added

coach -l shows the list of available presets. But when I try to run any of the examples presets, a not found error is thrown. For example, (base) C:\Users\shrut>coach -p...

Hi, is there anyone has tried the Starcraft preset files? I trained with the A3C for a long time but didn't see any improvement. Can anyone provide a better presets?...

Hi, I have tried applying Clipped PPO agents with different environments and after some time Surrogate Loss, KL divergence and entropy all become Nan. I've tried various settings of hyperparameters,...

I've been trying to visualize a single CSV file with dashboard. I've tested dashboard with google chrome (version 85.0.4183.121) and firefox (version 81.0). In both browsers, dashboard takes very long...

Hello everyone, Currently, we are attempting to create a new method to setup multinode processing in a Spark Cluster with GPUs to reduce training time [[1](https://arxiv.org/pdf/1602.01783.pdf), [2](https://github.com/NervanaSystems/coach/issues/144)]. To validate the...

For many real-world situations, the task may have hidden state or partially observable features, making the Markovian assumption only semi-valid. One way around this is to use frame stacking -...

I see 2 issues with the ObservationStackingFilter object. The current implementation checks that the input is less than 0, then checks that the input is a number. But if it's...

Is it possible to use a custom tf.keras model I made as the network or middleware in e.g. the Rainbow agent? My network takes images as input and has as...

Coach version : 1.0.1 Ubuntu version : 19.10 Environment : Discrete Custom Gym-Environment Algorithm : DQN with Boltzmann Exploration Hi, I created a custom gym environment which uses a discrete...