Nanubala Gnana Sai

Results 8 issues of Nanubala Gnana Sai

Currently, our class_list.cpp.py seems to be very sensitive to spaces and new line chars, this causes potential mess-ups when class names tend to get bigger. An immediate example would be...

Type: Bugfixing
good first issue
Type: Bug

Envelope Q-Learning (EQL) is a multi-objective reinforcement learning algorithm that focuses on optimizing a set of objectives rather than a single objective. The algorithm learns a deterministic single policy model,...

s: needs review
s: keep open
c: methods
t: added feature

In the polynomial mutation code, we have (Notice the comment in the code) ```c++ void polynomial_mutation_impl(vector& child .....) { for(....){ y = child[j]; yl = lb[j]; yu = ub[j]; delta1...

bug

Hey community, I'm trying to setup a label assignment. A collection of polygons were grouped into a cluster initially. I apply some soft constraint, but importantly, a hard constraint such...

Continuation of #679. @lu-wang-g

cla: yes

@lu-wang-g As discussed. Related #679

cla: yes

Continuation of #720 @lu-wang-g

cla: yes

#60 - [x] Single Query case (MHA and GQA) - [x] Batch query case (MHA and GQA) - [ ] Eval strategy defined - [ ] Test suite written -...