Nikhil Kumar Jha
Results
2
issues of
Nikhil Kumar Jha
This is a solution to nearest exit from maze problem, the answers have two different approaches.
Saved the One Hot Encoder in class variable, as it was initialized to None in the init function and using the self.ohe in transform function would give an error.