Bo Liu

Results 27 issues of Bo Liu

#16

enhancement
feature

## Describe the bug CUDA part test failed on GPU machine ## Screenshots ![torchopt_bug_2](https://user-images.githubusercontent.com/32269413/179566619-9b6583d7-3ecb-4e65-9442-7145244b38e9.png) ## System info ![torchopt_bug_1](https://user-images.githubusercontent.com/32269413/179566499-2f78a4c1-f91c-4b1a-b2cf-c4ef2d46d457.png) ```python import torchopt, numpy, sys print(torchopt.__version__, numpy.__version__, sys.version, sys.platform) 0.4.1 1.22.3 3.8.13...

bug

## Motivation for imaml and model-based meta-rl algos ## Solution - [x] linear system solver for hessian vector product - [x] jaxopt decorator - [ ] imaml example - [x]...

enhancement
feature

## Motivation for training big model ## Solution ## Checklist - [x] I have checked that there is no similar issue in the repo (**required**)

enhancement
feature

## Road map - [ ] MAML

enhancement
example / tutorial

## Motivation It may take 3-4min to install TorchOpt, seems unnecessary for such small package ## Solution Maybe optimize the cmakefile. ## Checklist - [x] I have checked that there...

enhancement

## Description matrix inversion linear solver with neumann series approximation ## Types of changes - [x] New feature (non-breaking change which adds core functionality) - [ ] Documentation (update in...

## Description Adagrad optimizer support.

## Description - Improve code coverage - Update README - Add codecov.yml

enhancement