Skip to content

Commit

Permalink
Logger
Browse files Browse the repository at this point in the history
  • Loading branch information
ekomlenovic committed Dec 15, 2024
1 parent 5234c10 commit a3e0ce5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions src/log/log.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5889,3 +5889,15 @@ None

Policy: <stable_baselines3.ppo.ppo.PPO object at 0x7fb319e2d550>

23:10:40 OllamaChat.py:32 INFO
System:
You are an expert in Reinforcement Learning specialized in designing reward functions.
Strict criteria:
- Complete ONLY the reward function code
- Use Python format
- Give no additional explanations
- Focus on the Gymnasium environment
- Take into the observation of the state, the terminated and truncated boolean
- STOP immediately your completion after the last return


2 changes: 1 addition & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def parse_logger():


if __name__ == "__main__":
logger = getLogger()
logger = parse_logger()

viral = VIRAL(Algo.PPO, Environments.CARTPOLE)
# res = viral.generate_reward_function(
Expand Down

0 comments on commit a3e0ce5

Please sign in to comment.