mirror of
				https://github.com/labmlai/annotated_deep_learning_paper_implementations.git
				synced 2025-10-31 10:48:49 +08:00 
			
		
		
		
	fix math align
This commit is contained in:
		| @ -25,6 +25,7 @@ class GAE: | ||||
|     def __call__(self, done: np.ndarray, rewards: np.ndarray, values: np.ndarray) -> np.ndarray: | ||||
|         """ | ||||
|         ### Calculate advantages | ||||
|  | ||||
|         \begin{align} | ||||
|         \hat{A_t^{(1)}} &= r_t + \gamma V(s_{t+1}) - V(s) | ||||
|         \\ | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Varuna Jayasiri
					Varuna Jayasiri