把一个方法变成属性调用
class GridWorldMDP @property def shape(self): return self._reward_grid.shape
python中的@property
原文:https://www.cnblogs.com/zyl-hub/p/12747432.html