Kinal Mehta

Results 9 issues of Kinal Mehta

## Description JAX implementation for C51 Implementation for #221 ## Types of changes - [ ] Bug fix - [ ] New feature - [x] New algorithm - [ ]...

Error ``` TypeError: scan carry output and input must have same type structure, got PyTreeDef((CustomNode(namedtuple[], [*, *]), CustomNode(namedtuple[], [None, CustomNode([(, ())], []), None]))) and PyTreeDef((CustomNode(namedtuple[], [*, *]), CustomNode(namedtuple[], [None, CustomNode([(,...

When trying to run ```bash python examples/meltingpot/train_on_substrates.py ``` The RAM usage continuously keeps on increasing till it's full and gets killed. Is this expected or is there a memory leak...

bug

## Description Adds implementation of **Diversity is All You Need** paper. It is an unsupervised option learning framework which can later be used for transfer learning. ### To-Do - [x]...

Solves #13 - Update readme with reference of multi-color highlight - update license to include license of original highlight repo and its reference > If you're fixing a UI issue,...

> If you're reporting an UI issue, make sure you take a screenshot that shows the actual bug. Hi, Thanks for such a fabulous theme. Do you mind adding multi-color...

enhancement

### What happened? When expanding long texts like a 3x3 matrix, the cursor moves unexpectedly when the text is expanding, and hence the result is unpredictable. ### Reproduce the Bug...

I am trying to use seel-RL style centralized server for inference. I modified the IMPALA example by adding the `inference_server.InferenceServerConfig`, which is passed to `experiments.make_distributed_experiment`. I keep getting the below...

- I'm using `lp.batched_handler` and getting the following error when the output of the batched function is `jnp.array/np.array` ```bash File "~/miniconda3/envs/mp2/lib/python3.9/site-packages/courier/python/client.py", line 52, in inner_function [actor/1] raise translate_status(e.status) from e...