Skip to content

Commit

Permalink
chore: bump version to v0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
typoverflow committed Dec 20, 2023
1 parent 0c3a0e6 commit dc366af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion offlinerllib/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@

__version__ = "0.1.4"
__version__ = "0.1.5"
2 changes: 1 addition & 1 deletion reproduce/dt/run_dt_neorl.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
logger = CompositeLogger(log_dir=f"./log/dt/{args.name}", name=exp_name, logger_config={
"TensorboardLogger": {},
"WandbLogger": {"config": args, "settings": wandb.Settings(_disable_stats=True), **args.wandb}
})
}, activate=not args.debug)
setup(args, logger)

env, dataset = get_neorl_dataset(args.task, normalize_obs=args.normalize_obs, normalize_reward=args.normalize_reward)
Expand Down

0 comments on commit dc366af

Please sign in to comment.