Sai

Results 18 issues of Sai

https://github.com/andri27-ts/Reinforcement-Learning/blob/c57064f747f51d1c495639c7413f5a2be01acd5f/Week3/central_control.py#L55 After loading the parameters of the moving network into the target network, why is the target network reference pointing to the moving network? Wouldn't this make the target network...

Thanks for maintaining this excellent library. I am currently contributing to the rust clone of this. I have a few queries. 1. In the following upcoming change. Can you elaborate...

I followed the instructions for the low-resource track. After the DAE step, I get 0.33 score with evaluate.py on the best model. But on training with the 3k dev set...

I generally rely on the breadcrumbs to form the context for the "question" and have nested #sr blocks under it. Example ``` * Topic #sr ** One line definition of...

Token depth is set to default `None` by spacy when `set_extension` is called once. We were computing depth only when attribute is not present. This causes an error when we...

## Habitat-Sim version v0.2.3 I am running a large scale training for a embodied navigation task with multiple habitat scenes. I get this issue where one of my environment hits...

1. The current main branch doesn't include the configurations/code for ObjectNav 2023 with continuous action spaces. Is this as intended? 2. Is submission to the challenge still possible? 3. The...

Currently all latex get's mapped to multi-line latex `"\[ \]"` syntax, but logseq allows inline latex to be described with `$latex$ `instead of `$$multi-line$$ `latex. I think we should map...

bug
converter

I am new to 3D scene formats, so please bear with me if the question is too simple. I have a project implemented with iGibson simulator. A new dataset [Habitat...

Spacy has customizable word level tokenizers with rules for multiple languages. I think porting that to rust would add nicely to this package. Having a customizable uniform word level tokenization...