Added x86 executable
This commit is contained in:
parent
d3e6f442e8
commit
819bb524f8
4 changed files with 4 additions and 2 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -161,7 +161,7 @@ cython_debug/
|
||||||
|
|
||||||
# Godot
|
# Godot
|
||||||
.godot/
|
.godot/
|
||||||
*.x86_64
|
.x86_64
|
||||||
*.pck
|
*.pck
|
||||||
|
|
||||||
# Godot-specific ignores
|
# Godot-specific ignores
|
||||||
|
|
Binary file not shown.
2
main.py
2
main.py
|
@ -3,4 +3,6 @@ from agent import main
|
||||||
import args
|
import args
|
||||||
|
|
||||||
for policy_name, policy in policies.items():
|
for policy_name, policy in policies.items():
|
||||||
|
if policy_name in ["policy_big_tanh", "policy_big_optim_tanh"]:
|
||||||
|
print(policy_name)
|
||||||
main(policy_name=policy_name, policy=policy, parseargs=args.parse_args())
|
main(policy_name=policy_name, policy=policy, parseargs=args.parse_args())
|
||||||
|
|
BIN
pneuma.x86_64
Executable file
BIN
pneuma.x86_64
Executable file
Binary file not shown.
Loading…
Reference in a new issue