yupei.wu
yupei.wu
caffe
I found the second problem too and wonder how to solve it.
今天发现原因是因为ios9中的回调函数发生了变化,应该在AppDelegate.m添加新的回调方法: `- (BOOL)application:(UIApplication *)app openURL:(NSURL *)url options:(NSDictionary *)options` `{` `[RNAlipay handleCallback:url];` `return YES;` `}` 然后在RNAlipay.h 和 RNAlipay.m中实现handleCallback方法
it seems that the state shape you use is 4 but i know the carpole's state is 3 dimensions, maybe you use a high version of gym or wrong environment