Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TianchunH97 committed Aug 14, 2019
1 parent 68d397c commit 6707951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# fairseq-rl
Modified version of fairseq, including new implementations for criterions using reinforcement learning methods. The implementation of two versions of RL criterions are in [Version 1](https://github.com/TianchunH97/fairseq-rl/blob/master/fairseq-rl/fairseq/criterions/v1.py) and [Version 2](https://github.com/TianchunH97/fairseq-rl/blob/master/fairseq-rl/fairseq/criterions/v2.py), respectively.
Modified version of fairseq, including new implementations for criterions using reinforcement learning methods. The implementation of two versions of RL criterions are in [Version 1](https://github.com/TianchunH97/fairseq-rl/blob/master/fairseq-rl/fairseq/criterions/v1.py) and [Version 2](https://github.com/TianchunH97/fairseq-rl/blob/master/fairseq-rl/fairseq/criterions/v2.py), respectively. Some experiments have been run with the new criterions. The results and conclusions are reported [here](https://github.com/TianchunH97/fairseq-rl/blob/master/A_Study_of_RL_loss.pdf)

0 comments on commit 6707951

Please sign in to comment.