Handling more exceptions; Fix hyperparameter passing

This commit is contained in:
Timothyxxx
2024-05-20 17:22:07 +08:00
parent f9594e476e
commit 5568dfd141
2 changed files with 6 additions and 0 deletions

2
run.py
View File

@@ -132,6 +132,8 @@ def test(
agent = PromptAgent(
model=args.model,
max_tokens=args.max_tokens,
top_p=args.top_p,
temperature=args.temperature,
action_space=args.action_space,
observation_type=args.observation_type,
max_trajectory_length=args.max_trajectory_length,