Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add triangular matrix function #8

Merged

Conversation

ishihara-y
Copy link
Contributor

Adding triangular matrix function.
This function computes (lower/upper) triangular matrix L or U from two components, diagonal and non diagonal.

Triangular matrix is used in RL algorithms such as NAF and MPO and would be useful to implement these algorithms.

@ishihara-y ishihara-y self-assigned this Jun 18, 2021
@TakayoshiTakayanagi TakayoshiTakayanagi merged commit 0a9d552 into master Jun 18, 2021
@ishihara-y ishihara-y deleted the feature/20210607-add-lower-triangular-matrix branch June 18, 2021 02:35
sbsekiguchi pushed a commit that referenced this pull request May 18, 2022
* initial commit #2

* record #2

* record #2

* record #2

* create csv file #2

* influence functions in data_cleansing #2

* align seed #2

* delete one solver #2

* delete unnecessary argument #2

* delete unnecessary argument and paraeters #2

* fix lint error #2

* add file for train_infl for influence functions #2

* fix license #2

* delete unnecessary folders and files #2

* delete duplicated files #2

* rename file #2

* delete duplicated process#2

* fix default parameters #2

* delete unnecessary argument #2

* change legend name #2

* delete comment out #2

* import from sgd-influence #2

* delete unnecessary files #2

* delete unused variable #2

* delete print #2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants