Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / facebookresearch/ReAgent issues and pull requests

#722 - Remove Union type assert in reagent

Pull Request - State: closed - Opened by janeyx99 7 months ago - 2 comments
Labels: Merged, fb-exported, cla signed

#721 - the reagent.ai website cannot be accessed?

Issue - State: open - Opened by wnnlyf over 1 year ago - 2 comments

#720 - 8/8 redirect @manual=//python/wheel

Pull Request - State: closed - Opened by stanleyz510 over 1 year ago - 1 comment
Labels: fb-exported, cla signed

#718 - Update Documentation for Quick Start Example: usage.rst

Pull Request - State: open - Opened by adhiiisetiawan over 1 year ago - 2 comments
Labels: cla signed

#717 - Check valid window size + add docs

Pull Request - State: closed - Opened by lequytra over 1 year ago - 3 comments
Labels: Merged, fb-exported, cla signed

#716 - Seq2Slate issue

Issue - State: open - Opened by 20010404 almost 2 years ago - 3 comments

#715 - sleep between sdk calls in CircleCI test setup

Pull Request - State: open - Opened by alexnikulkov almost 2 years ago - 3 comments
Labels: fb-exported, cla signed

#714 - Update ExprTk to tag 0.0.2

Pull Request - State: open - Opened by ArashPartow about 2 years ago - 1 comment
Labels: cla signed

#713 - add torchrec metrics to ap_container LinUCB

Pull Request - State: closed - Opened by alexnikulkov about 2 years ago - 2 comments
Labels: Merged, fb-exported, cla signed

#712 - fix typo in reagent_lightning_module.py

Pull Request - State: open - Opened by eltociear about 2 years ago
Labels: cla signed

#711 - update lighting version specification in OSS reagent

Pull Request - State: closed - Opened by alexnikulkov about 2 years ago - 6 comments
Labels: Merged, fb-exported, cla signed

#710 - move LinUCB discounting to a dedicated method

Pull Request - State: closed - Opened by alexnikulkov about 2 years ago - 3 comments
Labels: Merged, fb-exported, cla signed

#709 - reduce spam messages during reagent import

Pull Request - State: closed - Opened by alexnikulkov about 2 years ago - 3 comments
Labels: Merged, fb-exported, cla signed

#708 - add support for distributed Offline Eval

Pull Request - State: closed - Opened by alexnikulkov about 2 years ago - 5 comments
Labels: Merged, fb-exported, cla signed

#707 - Track average A and b instead of cumulative in LinUCB

Pull Request - State: closed - Opened by alexnikulkov about 2 years ago - 2 comments
Labels: Merged, fb-exported, cla signed

#706 - Fix matrix inverse for joint LinUCB

Pull Request - State: open - Opened by alexnikulkov about 2 years ago - 1 comment
Labels: fb-exported, cla signed

#705 - Pass SummaryWriter to Offline Eval class to log metrics

Pull Request - State: closed - Opened by alexnikulkov about 2 years ago - 3 comments
Labels: Merged, fb-exported, cla signed

#704 - add upper bound on numpy version

Pull Request - State: closed - Opened by alexnikulkov about 2 years ago - 3 comments
Labels: Merged, fb-exported, cla signed

#703 - Use new is_causal flag introduced by nn.Transformer API

Pull Request - State: open - Opened by mikekgfb about 2 years ago - 2 comments
Labels: fb-exported, cla signed

#702 - Mask out non-present arm scores for Offline Eval

Pull Request - State: open - Opened by alexnikulkov about 2 years ago
Labels: cla signed

#701 - add support for variable number of arms to FbContBanditBatchPreprocessor

Pull Request - State: closed - Opened by alexnikulkov about 2 years ago - 2 comments
Labels: Merged, fb-exported, cla signed

#700 - Add total weight tracking to LinUCB

Pull Request - State: closed - Opened by alexnikulkov about 2 years ago - 2 comments
Labels: Merged, fb-exported, cla signed

#699 - SlateQ agent [Q & A]

Issue - State: open - Opened by getsanjeevdubey over 2 years ago - 1 comment

#698 - SlateQ agent implementation

Issue - State: open - Opened by rahul-zomato over 2 years ago

#697 - Fix reagent LRScheduler tests

Pull Request - State: closed - Opened by janeyx99 over 2 years ago - 2 comments
Labels: fb-exported, cla signed

#696 - Add ons algos

Issue - State: open - Opened by arita37 over 2 years ago

#695 - Add CB Offline Evaluation to ReAgent

Pull Request - State: closed - Opened by alexnikulkov over 2 years ago - 4 comments
Labels: Merged, fb-exported, cla signed

#694 - Refactor CB trainers in reagent to integrate Offline Eval

Pull Request - State: closed - Opened by alexnikulkov over 2 years ago - 3 comments
Labels: Merged, fb-exported, cla signed

#693 - Add support for 3d tensors to batch_quadratic_form()

Pull Request - State: closed - Opened by alexnikulkov over 2 years ago - 3 comments
Labels: fb-exported, cla signed

#692 - Fix bug in sampler log_prob dim

Pull Request - State: closed - Opened by alexnikulkov over 2 years ago - 2 comments
Labels: fb-exported, cla signed

#691 - Delete stub file to enable mypy check (#4649)

Pull Request - State: closed - Opened by yhcharles over 2 years ago - 1 comment
Labels: fb-exported, cla signed

#690 - make epsilon greedy sampler support GPU mode

Pull Request - State: closed - Opened by alexnikulkov over 2 years ago - 1 comment
Labels: fb-exported, cla signed

#689 - Authoring Aware ROO on LTV ReAgent model

Pull Request - State: open - Opened by luofangyuyx over 2 years ago - 2 comments
Labels: fb-exported, cla signed

#687 - comments updated for MLPEnsembler optimizer

Pull Request - State: closed - Opened by brailovich over 2 years ago - 2 comments
Labels: fb-exported, cla signed

#686 - fix recurrent training for LinUCB by splictting A,b between all_data and current_epoch

Pull Request - State: closed - Opened by alexnikulkov over 2 years ago - 3 comments
Labels: fb-exported, cla signed

#685 - add discounting to LinUCB

Pull Request - State: closed - Opened by alexnikulkov over 2 years ago - 3 comments
Labels: fb-exported, cla signed

#684 - Fix Multi-processor in LinUCB training

Pull Request - State: closed - Opened by alexnikulkov over 2 years ago - 2 comments
Labels: fb-exported, cla signed

#683 - Only try to getattr if hasattr

Pull Request - State: closed - Opened by seemethere over 2 years ago - 1 comment
Labels: fb-exported, cla signed

#682 - change LinearRegressionUCB forward pass logic to make it more tracing-friendly

Pull Request - State: closed - Opened by alexnikulkov over 2 years ago - 2 comments
Labels: fb-exported, cla signed

#681 - Fix LinUCB tests

Pull Request - State: closed - Opened by alexnikulkov over 2 years ago - 1 comment
Labels: fb-exported, cla signed

#680 - Issue in installation on m1 mac

Issue - State: open - Opened by Code2aum over 2 years ago

#679 - Sync device in shift_kjt_by_one

Pull Request - State: open - Opened by clairecyq over 2 years ago - 3 comments
Labels: fb-exported, cla signed

#678 - Update reagent fully_connected_network.py to comply with fx trace

Pull Request - State: closed - Opened by luofangyuyx over 2 years ago - 2 comments
Labels: fb-exported, cla signed

#677 - Add support for distributed training to LinUCB

Pull Request - State: closed - Opened by alexnikulkov over 2 years ago - 3 comments
Labels: fb-exported, cla signed

#676 - Remove use_interaction_features from LinUCB

Pull Request - State: closed - Opened by alexnikulkov over 2 years ago - 1 comment
Labels: fb-exported, cla signed

#675 - Add dtype conversion to reagent CB batch preprocessor

Pull Request - State: closed - Opened by alexnikulkov over 2 years ago - 1 comment
Labels: fb-exported, cla signed

#674 - Enable FX tracing on the dense-only RL model

Pull Request - State: closed - Opened by zxpmirror1994 over 2 years ago - 2 comments
Labels: fb-exported, cla signed

#673 - Update Pendulum-V0 to V1 in reagent tests

Pull Request - State: open - Opened by alexnikulkov over 2 years ago - 1 comment
Labels: fb-exported, cla signed

#672 - Fix TestDeepRepresentLinUCB

Pull Request - State: closed - Opened by alexnikulkov over 2 years ago - 2 comments
Labels: fb-exported, cla signed

#671 - Add upper limit on grpcio-tools version

Pull Request - State: closed - Opened by alexnikulkov over 2 years ago - 1 comment
Labels: fb-exported, cla signed

#670 - Update optimizer signatures in reagent to match new differentiable argument in pytorch

Pull Request - State: closed - Opened by alexnikulkov over 2 years ago - 2 comments
Labels: fb-exported, cla signed

#669 - Reagent DeepRepresentLinucb [3/x] add params

Pull Request - State: closed - Opened by BerenLuthien over 2 years ago - 5 comments
Labels: fb-exported, cla signed

#668 - Reagent DeepRepresentLinucb [2/x] [quick fix nit]

Pull Request - State: closed - Opened by BerenLuthien over 2 years ago - 2 comments
Labels: fb-exported, cla signed

#667 - docs: improve readability

Pull Request - State: open - Opened by ryanrussell over 2 years ago
Labels: cla signed

#666 - test TensorDataClass can be moved to cuda properly

Pull Request - State: closed - Opened by czxttkl over 2 years ago - 4 comments
Labels: fb-exported, cla signed

#665 - fix sparse dqn

Pull Request - State: closed - Opened by czxttkl over 2 years ago - 2 comments
Labels: fb-exported, cla signed

#664 - Reagent DeepRepresentLinucb [1/x]

Pull Request - State: closed - Opened by BerenLuthien over 2 years ago - 7 comments
Labels: fb-exported, cla signed

#663 - WIP - Multiview_Q

Pull Request - State: closed - Opened by speedystream over 2 years ago - 2 comments
Labels: fb-exported, cla signed

#662 - simplify the arguments of LinearRegressionUCB

Pull Request - State: closed - Opened by alexnikulkov over 2 years ago - 4 comments
Labels: fb-exported, cla signed

#661 - improve LinUCB on-demand coefficient calculation

Pull Request - State: closed - Opened by alexnikulkov over 2 years ago - 3 comments
Labels: fb-exported, cla signed

#660 - Torchrec gpu stable

Pull Request - State: open - Opened by czxttkl over 2 years ago - 5 comments
Labels: fb-exported, cla signed

#659 - upgrading pyenv

Pull Request - State: closed - Opened by czxttkl over 2 years ago - 3 comments
Labels: fb-exported, cla signed

#658 - Some cpu-only tests do not need cuda version ubuntu

Pull Request - State: closed - Opened by czxttkl over 2 years ago - 3 comments
Labels: fb-exported, cla signed

#657 - Improve model tests

Pull Request - State: closed - Opened by czxttkl over 2 years ago - 4 comments
Labels: fb-exported, cla signed

#656 - Clean up

Pull Request - State: closed - Opened by brailovich over 2 years ago - 4 comments
Labels: fb-exported, cla signed

#655 - remove minibatch_size attribute to SAC trainer

Pull Request - State: open - Opened by alexnikulkov over 2 years ago - 1 comment
Labels: fb-exported, cla signed

#654 - Add docstrings to DQNTrainer and DQNTrainerBaseLightning classes

Pull Request - State: closed - Opened by dkorenkevych over 2 years ago - 3 comments
Labels: fb-exported, cla signed

#653 - Add unit tests for DQNTrainerBaseLightning class

Pull Request - State: closed - Opened by dkorenkevych over 2 years ago - 5 comments
Labels: fb-exported, cla signed

#652 - Issue in Installation On M1 Pro Mac

Issue - State: open - Opened by ChiranjeevZ over 2 years ago

#651 - Add unit tests for DQNTrainer

Pull Request - State: closed - Opened by dkorenkevych over 2 years ago - 3 comments
Labels: fb-exported, cla signed

#650 - Add check if the logger is set in dqn_trainer

Pull Request - State: closed - Opened by dkorenkevych over 2 years ago - 1 comment
Labels: fb-exported, cla signed

#649 - fix feature importance run

Pull Request - State: closed - Opened by czxttkl over 2 years ago - 2 comments
Labels: fb-exported, cla signed

#648 - Make EB/EBC scriptable (#467)

Pull Request - State: closed - Opened by divchenko over 2 years ago - 2 comments
Labels: fb-exported, cla signed

#647 - concat KJTs (#447)

Pull Request - State: closed - Opened by bigning over 2 years ago - 5 comments
Labels: fb-exported, cla signed

#646 - Add capturable attribute to reagent optimizers

Pull Request - State: closed - Opened by alexnikulkov over 2 years ago - 1 comment
Labels: fb-exported, cla signed

#645 - expose final activation argument for critic Q-network

Pull Request - State: closed - Opened by alexnikulkov over 2 years ago - 2 comments
Labels: fb-exported, cla signed

#644 - Bulk Eval workflow with hive writer

Pull Request - State: closed - Opened by alexnikulkov over 2 years ago - 2 comments
Labels: fb-exported, cla signed

#643 - Improve SARSA in FREE

Pull Request - State: closed - Opened by alexnikulkov over 2 years ago - 2 comments
Labels: fb-exported, cla signed

#642 - logger.experiment is only available on rank 0

Pull Request - State: closed - Opened by czxttkl almost 3 years ago - 2 comments
Labels: fb-exported, cla signed

#641 - make reward net optional

Pull Request - State: closed - Opened by czxttkl almost 3 years ago - 2 comments
Labels: fb-exported, cla signed

#640 - test

Pull Request - State: closed - Opened by czxttkl almost 3 years ago - 12 comments
Labels: fb-exported, cla signed

#639 - test fbgemm gpu nightly

Pull Request - State: open - Opened by s4ayub almost 3 years ago - 1 comment
Labels: fb-exported, cla signed

#638 - fbgemm op ci test fail

Pull Request - State: open - Opened by s4ayub almost 3 years ago - 2 comments
Labels: fb-exported, cla signed

#637 - Bayes by Backprop

Pull Request - State: closed - Opened by ronaldiscool almost 3 years ago - 5 comments
Labels: fb-exported, cla signed

#636 - test

Pull Request - State: open - Opened by czxttkl almost 3 years ago - 3 comments
Labels: fb-exported, cla signed

#635 - check input for parametric dqn

Pull Request - State: closed - Opened by czxttkl almost 3 years ago - 3 comments
Labels: fb-exported, cla signed

#634 - quick fix

Pull Request - State: closed - Opened by czxttkl almost 3 years ago - 2 comments
Labels: fb-exported, cla signed

#633 - Add helper functions for KeyedJaggedTensor

Pull Request - State: closed - Opened by czxttkl almost 3 years ago - 3 comments
Labels: fb-exported, cla signed

#632 - Fix EpsilonGreedyActionSampler Runtime error and add a test to ensure greedy action selection is working

Pull Request - State: closed - Opened by qfettes almost 3 years ago - 1 comment
Labels: fb-exported, cla signed

#631 - Enable sample weight in ReinforceTrainer

Pull Request - State: open - Opened by gji1 almost 3 years ago - 2 comments
Labels: fb-exported, cla signed

#630 - Removing device following registration of LinUCB params

Pull Request - State: closed - Opened by alexnikulkov almost 3 years ago - 2 comments
Labels: fb-exported, cla signed

#629 - make LinearRegressionUCB attribute tensors nn.Parameter

Pull Request - State: closed - Opened by alexnikulkov almost 3 years ago - 3 comments
Labels: fb-exported, cla signed

#628 - Exploration - Prep Work

Pull Request - State: closed - Opened by alexnikulkov almost 3 years ago - 2 comments
Labels: fb-exported, cla signed

#627 - remove num_arms from LinUCBTrainer

Pull Request - State: closed - Opened by alexnikulkov almost 3 years ago - 3 comments
Labels: fb-exported, cla signed

#626 - small change to FixedLengthSequences

Pull Request - State: closed - Opened by czxttkl almost 3 years ago - 2 comments
Labels: fb-exported, cla signed

#625 - Detach variables not in the policy net for REINFORCE trainer

Pull Request - State: closed - Opened by gji1 almost 3 years ago - 1 comment
Labels: fb-exported, cla signed

#624 - FbContBanditBatchPreprocessor: add context-arm features; rename state->context, action->arm

Pull Request - State: closed - Opened by alexnikulkov almost 3 years ago - 6 comments
Labels: fb-exported, cla signed

#623 - remove minibatch_size and minibatches_per_step

Pull Request - State: open - Opened by czxttkl almost 3 years ago - 1 comment
Labels: fb-exported, cla signed