Skip to content

Commit

Permalink
version 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
wenzhangliu committed Dec 25, 2023
1 parent be32e9e commit 05021b6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ models/
**/__pycache__
rank_0/
docs/build
setup.py
wandb/
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ and hope it can really become a zoo full of DRL algorithms.
- :tada: Abundant [algorithms](https://xuance.readthedocs.io/en/latest/documents/api/agents.html) with various tasks.
- :couple: Supports both DRL and MARL tasks.
- :key: High compatibility for different users. (PyTorch, TensorFlow2, MindSpore, CPU, GPU, Linux, Windows, MacOS, etc.)
- :zap: Fast training speed with parallel environments.
- :zap: Fast running speed with parallel environments.
- :chart_with_upwards_trend: Good visualization effect with [tensorboard](https://www.tensorflow.org/tensorboard) or [wandb](https://wandb.ai/site) tool.

## Currently Included Algorithms
Expand Down
2 changes: 1 addition & 1 deletion xuance/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
from xuance import tensorflow, mindspore, torch
from xuance.common.common_tools import get_runner, get_arguments

__version__ = 'v1.0.5'
__version__ = 'v1.0.6'

0 comments on commit 05021b6

Please sign in to comment.