mirror of
				https://github.com/labmlai/annotated_deep_learning_paper_implementations.git
				synced 2025-10-31 18:58:43 +08:00 
			
		
		
		
	pytorch link
This commit is contained in:
		| @ -6,7 +6,8 @@ summary: A PyTorch implementation/tutorial of Generalized Advantage Estimation ( | ||||
|  | ||||
| # Generalized Advantage Estimation (GAE) | ||||
|  | ||||
| This is an implementation of paper [Generalized Advantage Estimation](https://arxiv.org/abs/1506.02438). | ||||
| This is a [PyTorch](https://pytorch.org) implementation of paper | ||||
| [Generalized Advantage Estimation](https://arxiv.org/abs/1506.02438). | ||||
| """ | ||||
|  | ||||
| import numpy as np | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Varuna Jayasiri
					Varuna Jayasiri