|  |  | @ -120,6 +120,8 @@ class Playground(MiniGridEnv): | 
			
		
	
		
			
				
					|  |  |  |         properties_str = "" | 
			
		
	
		
			
				
					|  |  |  |         if self.faulty_behavior: | 
			
		
	
		
			
				
					|  |  |  |             properties_str += F"FaultProbability:{self.fault_probability}\n" | 
			
		
	
		
			
				
					|  |  |  |         properties_str += F"ProbTurnIntended:{self.probability_turn_intended}\n" | 
			
		
	
		
			
				
					|  |  |  |         properties_str += F"ProbForwardIntended:{self.probability_intended}\n" | 
			
		
	
		
			
				
					|  |  |  |         return  grid + properties_str | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  | 
 |