Stevie Weiss
Stevie Weiss
This is really impressive! I suspect the terminal condition and reward function still need some tweaking. 2048 doesn't end when the player reaches 2048, it keeps going forever. And the...
Not sure, I haven't had time. They might have fixed their site in the meantime On Tue, Jan 18, 2022 at 5:16 AM Rick Parker ***@***.***> wrote: > @steventrouble We...
Note: https://github.com/rustformers/llm/pull/362 (context size change) affects this issue due to this line: https://github.com/rustformers/llm/blob/16522344477a0f8d4140a5f6a80fe446d6fc7795/crates/llm-base/src/inference_session.rs#L504
I have a fix ready and tested for this, but need to get set up to contribute.
Hi Carmi, thanks for the ping! I'm on vacation rn and some things are up in the air. Right now, it doesn't look promising. This task may be difficult to...
The issue is that `lambdaOrScopingFunction` and `processLambdaOrScopingFunction` do not handle dot qualified lambdas. May need to refactor `emitQualifiedExpression` so that it only emits the selector expression, and returns the trailing...
Yup, that's right!