We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
你好, actor_network输出线速度[0,1]角速度时[-1,1],但是在agent_stage_1.py中用 a[0] = np.clip(np.random.normal(a[0], var), 0., 1.) a[1] = np.clip(np.random.normal(a[1], var), -0.5, 0.5),角速度这样处理时为什么。 最后一层是否用batch_norm有影响吗?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
你好,
actor_network输出线速度[0,1]角速度时[-1,1],但是在agent_stage_1.py中用
a[0] = np.clip(np.random.normal(a[0], var), 0., 1.)
a[1] = np.clip(np.random.normal(a[1], var), -0.5, 0.5),角速度这样处理时为什么。
最后一层是否用batch_norm有影响吗?
The text was updated successfully, but these errors were encountered: